Saturday, 16 January 2021

Matlab Code for Image Compression Using Huffman Algorithm Full Project Source Code

 ABSTRACT

            The lossless compression is that allows the original data to be perfectly reconstructed from the compressed data. Lossless compression programs do two things in sequence: the first step generates a statistical model for the input data, and the second step uses this model to map input data to bit sequences in such a way that probable. The main objective of image compression is to decrease the redundancy of the image data which helps in increasing the capacity of storage and efficient transmission. Image compression aids in decreasing the size in bytes of a digital image without degrading the quality of the image to an undesirable level. Image compression plays an important role in computer storage and transmission. The purpose of data compression is that we can reduce the size of data to save storage and reduce time for transmission. Image compression is a result of applying data compression to the digital image.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Message Cryptography Using Python Project with Source Code

 ABSTRACT

            Message security is an utmost concern in the web attacks are become more serious. The Message encryption and decryption has applications in internet communication, military communication, medical imaging, multimedia systems, tele-medicine, etc. To make the data secure from various attacks the data must be encrypted before it is transmitting. Absolute protection is a difficult issue to maintain the confidentiality of Message through their transmission over open channels such as internet or networks and is a major concern in the media, so Data Cryptography becomes an area of attraction and interest of research in the field of information security. The project offer proposed system that provides a special kinds of image Encryption data security, Cryptography for encrypted Message to extract. This approach provides high security and it will be suitable for secured transmission of data over the networks or Internet.

PROJECT OUTPUT 


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Age and Gender Recognition using WebCam Python Project Source Code || Age and Gender Recognition using Deep Learning

 ABSTRACT

         Automatic age and gender classification has become relevant to an increasing amount of applications, particularly since the rise of social platforms and social media. Nevertheless, performance of existing methods on real-world images is still significantly lacking, especially when compared to the tremendous leaps in performance recently reported for the related task of face recognition. In this project we show that by learning representations through the use of deep-convolutional neural networks (CNN), a significant increase in performance can be obtained on these tasks. To this end, we propose a simple convolutional net architecture that can be used even when the amount of learning data is limited. We evaluate our method on the recent Audience benchmark for age and gender estimation and show it to dramatically outperform current state-of-the-art methods.

PROJECT OUTPUT


PROJECT VIDEO
Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Audio Steganography Using Python Project Source Code || Hiding Text In Audio Using Python Project

 ABSTRACT

                    Steganography is one of the best data hiding technique in the world which can be used to hide data without its presence felt. In today’s digital world most of us communicate via use of electronic media or internet. Most people among us remain unaware about the data loss or data theft which can happen on online transmission of data or message. Valuable information including personal data, messages transmitted through internet is vulnerable to hackers who may steal or decrypt our data or messages. This project is about enhancing the data or message security with use of Audio Steganography to hide the message into audio files. The message hidden by this application is less vulnerable to be stolen than other similar applications. This is due to following reasons: Firstly files are taken to hide high amount of message which enhance information hiding capacity. Secondly before being hidden, the message is broken into parts and shuffled randomly based on permutation generated at runtime so even if the LSB gets encountered the message is still unarranged and meaningless which enhances its security. This application is capable to carry large amount of information with greater security.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email id: roshanphelonde@rediffmail.com

Friday, 8 January 2021

Python Code for Steganography for Hiding Message in Image Using Image Processing

 ABSTRACT

           Steganography is the process of hiding a secret message within a larger one in such a way that someone can not know the presence or contents of the hidden message. The purpose of Steganography is to maintain secret communication between two parties. Unlike cryptography, which conceals the contents of a secret message, steganography conceals the very fact that a message is communicated. In this project secret message is embedding in cover image while sending to receiver at extraction part secret message is extracted from cover image which is called as message hiding in image. Although steganography differs from cryptography, there are many analogies between the two, and some authors classify steganography as a form of cryptography since hidden communication is a type of secret message.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Python Code for Image Compression || Image Compression Using Python Project With Source Code

 ABSTRACT

            The lossless compression is that allows the original data to be perfectly reconstructed from the compressed data. Lossless compression programs do two things in sequence: the first step generates a statistical model for the input data, and the second step uses this model to map input data to bit sequences in such a way that probable. The main objective of image compression is to decrease the redundancy of the image data which helps in increasing the capacity of storage and efficient transmission. Image compression aids in decreasing the size in bytes of a digital image without degrading the quality of the image to an undesirable level. Image compression plays an important role in computer storage and transmission. The purpose of data compression is that we can reduce the size of data to save storage and reduce time for transmission. Image compression is a result of applying data compression to the digital image.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +91-7276355704
Email: roshanphelonde@rediffmail.com

Matlab Code for Edge Detection Techniques For Image Segmentation

 ABSTRACT

                        Interpretation of image contents is one of the objectives in computer vision specifically in image processing. In this era it has received much awareness of researchers. In image interpretation the partition of the image into object and background is a severe step. Segmentation separates an image into its component regions or objects. Image segmentation needs to segment the object from the background to read the image properly and identify the content of the image carefully. In this context, edge detection is a fundamental tool for image segmentation. In this project an attempt is made to study the performance of most commonly used edge detection techniques for image segmentation these techniques is carried out with an experiment by using MATLAB software. The most commonly used discontinuity based edge detection techniques are reviewed in this section. Those techniques are Roberts edge detection, Sobel Edge Detection, Prewitt edge detection, Kirsh edge detection, Compass edge detection, Isotropic edge detection, LoG edge detection and Canny Edge Detection.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +91-7276355704
Email: roshanphelonde@rediffmail.com

Saturday, 19 December 2020

Python Code for Social Distance Detection (Covid19) Full Project With Source Code

 ABSTRACT

          In addressing the worldwide Covid-19 pandemic situation, the process of flattening the curve for coronavirus cases will be difficult if the citizens do not take action to prevent the spread of the virus. One of the most important practices in these outbreaks is to ensure a safe distance between people in public. This paper presents the detection of people with social distance monitoring as a precautionary measure in reducing physical contact between people. This study focuses on detecting people in areas of interest using object tracking and OpenCV library for image processing. The distance will be computed between the persons detected in the captured footage and then compared to a fixed pixels' values. The distance is measured between the central points and the overlapping boundary between persons in the segmented tracking area. With the detection of unsafe distances between people, alerts or warnings can be issued to keep the distance safe. In addition to social distance measure, another key feature of the system is detecting the presence of people in restricted areas, which can also be used to trigger warnings. 

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Matlab Code for Image Steganography and Compression Using DCT Technique Project Source Code

 ABSTRACT

            Steganography is one of the methods of secret communication that hides the existence of message so that a viewer cannot detect the transmission of message and hence cannot try to decrypt it. It is the process of embedding secret data in the cover image without significant changes to the cover image. These algorithms keep the messages from stealing, destroying from unintended users on the internet and hence provide security. The proposed technique use Discrete Cosine Transform (DCT). The proposed method calculates each DC coefficient and replace with each bit of secret message. The proposed embedding method using DCT. In this project we perform DCT Based Image Steganography and Compression.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

AES Based Message Encryption and Decryption Using Python Project Source Code

 ABSTRACT

            During the last decade information security has become the major issue. The encrypting and decrypting of the data has been widely investigated because the demand for the better encryption and decryption of the data is gradually increased for getting the better security for the communication between the devices more privately. The cryptography play a major role for the fulfillment for this demand. The purpose of this project is to provide the better as well as more secure communication system by enhancing the strength of Advance Encryption Standard (AES) algorithm. AES algorithm was known for providing the best security without any limitations.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Matlab Code for Audio Steganography Using Matlab Project Code - Data Hiding In Audio Using Matlab Project with Source Code

 ABSTRACT

          Information security is one of the most important factors to be considered when secret information has to be communicated between two parties. Cryptography and steganography are the two techniques used for this purpose. Cryptography scrambles the information, but it reveals the existence of the information. Steganography hides the actual existence of the information so that anyone else other than the sender and the recipient cannot recognize the transmission. In steganography the secret information to be communicated is hidden in some other carrier in such a way that the secret information is invisible. In this project an audio steganography technique is proposed to hide audio signal in image in the transform domain using wavelet transform. The audio signal in any format wav is encrypted and carried by the image without revealing the existence to anybody. When the secret information is hidden in the carrier the result is the stegno signal. In this work, the results show good quality stegno signal and the stegno signal is analyzed for different attacks. It is found that the technique is robust and it can withstand the attacks. The quality of the stegno signal is measured by Peak Signal to Noise Ratio (PSNR), Mean Square Error. The quality of extracted secret audio signal is measured by Signal to Noise Ratio (SNR). The results show good values for these metrics.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +91-7276355704
Email: roshanphelonde@rediffmail.com

Monday, 14 December 2020

Python Code On Image Encryption Decryption Using AES Algorithm

 ABSTRACT

            During the last decade information security has become the major issue. The encrypting and decrypting of the data has been widely investigated because the demand for the better encryption and decryption of the data is gradually increased for getting the better security for the communication between the devices more privately. The cryptography play a major role for the fulfillment for this demand. The purpose of this project is to provide the better as well as more secure communication system by enhancing the strength of Advance Encryption Standard (AES) algorithm. AES algorithm was known for providing the best security without any limitations.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Python Code On Image Steganography For Hiding Secret Image In Cover Image

 ABSTRACT

             Steganography is one of the methods of secret communication that hides the existence of message so that a viewer cannot detect the transmission of message and hence cannot try to Extract it. It is the process of embedding secret data in the cover image without significant changes to the cover image. These algorithms keep the messages from stealing, destroying from unintended users on the internet and hence provide security. In this project we perform Image Steganography for Hiding Secret Image In Cover Image Using Python.

PROJECT OUTPUT


PROJECT VIDEO
Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Matlab Code On Audio Steganography For Hiding Secret Audio In Cover Audio Using Matlab

 ABSTRACT

             Steganography is one of the methods of secret communication that hides the existence of message so that a viewer cannot detect the transmission of message and hence cannot try to Extract it. It is the process of embedding secret data in the cover Audio without significant changes to the cover audio. These algorithms keep the messages from stealing, destroying from unintended users on the internet and hence provide security. In this project we perform Audio Steganography for Hiding Secret audio In Cover audio using matlab.

PROJECT OUTPUT


PROJECT VIDEO


Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Friday, 13 November 2020

Python Code for Face Recognition From Camera - Real Time Face Recognition Using Python

 ABSTRACT

             The subject of face recognition is as old as computer vision because of the practical importance of the topic and theoretical interest from cognitive scientists. Despite the fact that other methods of identification (such as fingerprints, or iris scans) can be more accurate, face recognition has always remains a major focus of research because of its noninvasive nature and because it is people's primary method of person identification. This Project is about real time face recognition from camera Using Python. In computer literature face detection has been one of the most studied topics. Given an arbitrary image, the goal of this project is to determine real time face recognition. While this appears to be a trivial task for human beings, it is very challenging task for computers. The difficulty associated with face detection can be attributed to many variations in scale, location, view point, illumination, occlusions, etc. Although there have been hundreds of reports reported approaches for face detection, if one were asked to name a single face detection algorithm that has most impact in recent decades, it will most likely be the face detection, which is capable of processing images extremely rapidly and achieve high detection rates.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Prof. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +91-7276355704
Email: roshanphelonde@rediffmail.com

Wednesday, 4 November 2020

Matlab Code for Audio Watermarking Full Project Source Code Final Year Project

 ABSTRACT

           Currently over the millions of digital audio files such as digital songs are copied illegally during file-sharing over the networks. It has resulted as the loss of revenue for music and broadcasting industries. The traditional protection schemes are no longer useful to protect copyright and ownership of multimedia objects. These challenges have prompted significant research in digital audio watermarking for protection and authentication. Watermarking is a technique, which is used in protecting digital information like text, images, videos and audio as it provides copyrights and ownership. The identity of the owner of the audio file can be hidden in the audio file which is called Watermark. Therefore, digital audio watermarking is the process of hiding some information into the audio file in such a way that the quality and the audibility of the audio is not affected. It helps to prevent forgery and impersonation of audio signal. Audio watermarking is more challenging than image watermarking due to the dynamic supremacy of hearing capacity over the visual field. This paper presents a novel audio watermarking using wavelet transformation. The proposed method involves Embedding and extraction of audio signal using wavelet transformation. The audio signal which is in .Wave or Mp3 format undergoes segmentation, transformation and embedding the watermarked data and at the last inverse transformation will be carried out. We attempt to develop an efficient method for hiding the information in the audio file such that the copyright information will be protected from illegal copying of the information.

PROJECT OUTPUT


PROJECT VIDEO

Contact:
Mr. Roshan P. Helonde
Mobile: +917276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com