Tuesday 29 September 2020

Data Encryption Decryption Using AES Algorithm Matlab 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:
Mr. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Audio Steganography Using Python Source Code - Data Hiding In Audio Python Project Code

 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 poject is about enhancing the data or message security with use of Audio Steganography using LSB algorithm to hide the message into multiple 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:
Mr. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +91-7276355704
Email id: roshanphelonde@rediffmail.com

Leukemia Blood Cancer Detection using Image Processing Matlab Source Code

 ABSTRACT

             Leukemia Blood cancer is the most prevalent and it is very much dangerous among all type of cancers. Early detection of blood cancer has the potential to reduce mortality and morbidity. There are many diagnostic technologies and tests to diagnose blood cancer. However many of these tests are extremely complex and subjective and depend heavily on the experience of the technician. To obviate these problems, image processing techniques is use in this study as promising modalities for detection of Leukemia blood cancer. The accuracy rate of the diagnosis of blood cancer by using image processing will be yield a slightly higher rate of accuracy then other traditional methods and will reduce the effort and time. We first discuss the preliminary of cell biology required to proceed to implement our proposed method. This project presents a new automated approach for blood Cancer detection and analysis from a given photograph of patient’s cancer affected blood sample. The proposed method is using image improvement, image segmentation for segmenting the different cells of blood, edge detection for detecting the boundary, size, and shape of the cells and finally Clustering for final decision of blood cancer based on the number of different cells.

PROJECT OUTPUT


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

DCT Based Steganography Hide Text Message in Image Matlab Project Source Code

 ABSTRACT

            Steganography is the science and art of secret communication between two sides that attempt to hide the content of the message. It is the science of embedding information into the cover image without causing a loss in the cover image after embedding. Steganography is the art and technology of writing hidden messages in such a manner that no person, apart from the sender and supposed recipient, suspects the lifestyles of the message. It is gaining huge attention these days as it does now not attract attention to its information's existence. In this project the secret message is encrypted first then DCT technique is applied. Moreover, Discrete Cosine Transform (DCT) is used to transform the image into the frequency domain.  DCT algorithm is implemented in frequency domain in which the stego-image is transformed from spatial domain to the frequency domain and the payload bits are inserted into the frequency components of the cover image.

PROJECT OUTPUT


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

Monday 28 September 2020

Fruit Disease Detection Using Neural Network Matlab Project Source Code

 ABSTRACT

            Diseases in fruit cause devastating problem in economic losses and production in agricultural industry worldwide. In this paper, a solution for the detection and classification of fruit diseases is proposed and experimentally validated. The image processing based proposed approach is composed of the following steps; in the first step K-Means clustering technique is used for the image segmentation, in the second step some features are extracted from the segmented image, and finally images are classified into one of the classes by using Neural Network. Our experimental results express that the proposed solution can significantly support accurate detection and automatic classification of fruit diseases.

             Fruit diseases can cause significant losses in yield and quality appeared in harvesting. For example, soybean rust (a fungal disease in soybeans) has caused a significant economic loss and just by removing 20% of the infection, the farmers may benefit with an approximately 11 million-dollar profit (Roberts et al., 2006). Some fruit diseases also infect other areas of the tree causing diseases of twigs, leaves and branches. An early detection of fruit diseases can aid in decreasing such losses and can stop further spread of diseases. A lot of work has been done to automate the visual inspection of the fruits by machine vision with respect to size and color. However, detection of defects in the fruits using images is still problematic due to the natural variability of skin color in different types of fruits, high variance of defect types, and presence of stem/calyx. To know what control factors to consider next year to overcome similar losses, it is of great significance to analyze what is being observed.

PROJECT OUTPUT


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

Sunday 27 September 2020

Matlab Code for LIVER TUMOR DETECTION Using Image Processing Full Source Code

 ABSTRACT

        Liver tumor is one of the most severe types of cancerous diseases which is responsible for the death of many patients. Liver tumor images have more noises which is difficult to diagnose the level of the tumor. It is a challenging task to automatically identify the tumor from images because of several anatomical changes in different patients. The tumor is difficult to find because of the presence of objects with same intensity level. In this proposed system, fully automated machine learning is used to detect the liver tumor from input image. Region growing technique is used to segment the region of interest. The textural feature are extracted from Gray level co-occurrence matrix (GLCM) of the segmented image. Extracted textural features are given as input to the designed SVM classifier system. Performance analysis of SVM classification of liver tumor image is studied. This will be useful for physician in better automatic diagnosis of liver tumor from input images.

PROJECT OUTPUT


PROJECT VIDEO

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

Wednesday 23 September 2020

Matlab Code for Types of Breast Cancer Detection Using Image Processing

 ABSTRACT

            Cancer is the second cause of death in the world. 8.8 million patients died due to cancer in 2015. Breast cancer is the leading cause of death among women. Several types of research have been done on early detection of breast cancer to start treatment and increase the chance of survival. Most of the studies concentrated on mammogram images. However, mammogram images sometimes have a risk of false detection that may endanger the patient’s health. It is vital to find alternative methods which are easier to implement and work with different data sets, cheaper and safer, that can produce a more reliable prediction. This project we proposes a model of Machine Learning (ML) algorithms including Support Vector Machine (SVM). Here it also detect types of Breast Cancer in different categories like NORM=Normal, CALC=Calcification, CIRC=Circumscribed Masses, SPIC=Speculated Masses, MISC=ill-defined Masses, ARCH=Architectural Distortion, ASYM=Asymmetry.

PROJECT OUTPUT


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

Friday 18 September 2020

Data Encryption Using DES Algorithm Matlab Project Source Code - Cryptography Using DES Algorithm

 ABSTRACT

            The data encryption standard is also known as DES. DES has been the most extensively used encryption algorithm standard in recent times. Encryption and decryption comprise of cryptography. Cryptography terminology is used in the data encryption standard along with standard algorithm to hide the original text. DES applies the cipher algorithm to each data block. Data encryption is being used to hide the true meaning of data so that it is very hard to attack or crack. This project deals with the simulation and synthesis results of implemented DES algorithm. Analysis of implementation is shown in step by step process. A test case is analyzed step by step to check the results at each step of the algorithm.

PROJECT OUTPUT

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

Thursday 17 September 2020

Brain Tumor Detection Using CNN Convolutional Neural Network Matlab Project Source Code

 ABSTRACT

          Brain tumors are the most common issue in children. Approximately 3,410 children and adolescents under age 20 are diagnosed with primary brain tumors each year. Brain tumors, either malignant or benign, that originate in the cells of the brain. The conventional method of detection and classification of brain tumor is by human inspection with the use of medical resonant brain images. But it is impractical when large amounts of data is to be diagnosed and to be reproducible. And also the operator assisted classification leads to false predictions and may also lead to false diagnose. Medical Resonance images contain a noise caused by operator performance which can lead to serious inaccuracies classification. In this work we used Brain Tumor Detection Using Convolutional Neural Network CNN.

PROJECT OUTPUT


PROJECT VIDEO

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

Wednesday 16 September 2020

Cryptography Using RSA Algorithm - Image Encryption Using RSA Algorithm

ABSTRACT
            Image security is an utmost concern in the web attacks are become more serious. The Image encryption and decryption has applications in internet communication, military communication, medical imaging, multimedia systems, telemedicine, 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 images through their transmission over open channels such as internet or networks and is a major concern in the media, so image 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 image security, Cryptography using RSA algorithm for encrypted images to extract using RSA algorithm. This approach provides high security and it will be suitable for secured transmission of images over the networks or Internet.

PROJECT OUTPUT

PROJECT VIDEO

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

Saturday 5 September 2020

Lung Cancer Detection Using Image Processing Matlab Project Source Code

ABSTRACT
             Lung cancer prevalence is one of the highest of cancers. One of the first steps in lung cancer diagnosis is sampling of lung tissues or biopsy. These tissue samples are then microscopically analyzed. This procedure is taken once imaging tests indicate the presence of cancer cells in the chest. Lung cancer diagnosis using lung images. One of them is that doctor still relies on subjective visual observation. A medical specialist must do thorough observation and accurate analysis in detecting lung cancer in patients. Hence, there is need for a system that is capable for detecting lung cancer automatically from microscopic images of biopsy. This method will improve the accuracy and efficiency for lung cancer detection. The aim of this research is to design a lung cancer detection system based on analysis of microscopic image of biopsy using digital image processing. Microscopic images of biopsy are feature extracted and classified.

PROJECT OUTPUT

PROJECT VIDEO

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

Thursday 3 September 2020

Matlab Code for Types of Blood Group Determination Using Image Processing

ABSTRACT
          Determining of blood types is very important during emergency situation before administering a blood transfusion. Presently, these tests are performed manually by technicians, which can lead to human errors. Determination of the blood types in a short period of time and without human errors is very much essential. A method is developed based on processing of images acquired during the slide test. The image processing techniques such as Pre-processing, Segmentation, Thresholding, Morphological operations and Support Vector Machine are used. The images of the slide test are obtained from the pathological laboratory are processed and the occurrence of agglutination are evaluated. Thus the developed automated method determines the blood type using image processing techniques. The developed method is useful in emergency situation to determine the blood group without human error. The slide test consists of the mixture of one drop of blood and one drop of reagent, being the result interpreted according to the occurrence or not of agglutination. The combination of the occurrence and non occurrence of the agglutination determines the blood type of the patient. 

PROJECT OUTPUT

PROJECT VIDEO

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

Matlab Code for RBC and WBC Detection and Counting in Blood Cell using Image Processing

ABSTRACT
         Detection and Counting of blood cells are considered as an important step that helps to extract features to diagnose some specific diseases like malaria or leukemia. The manual counting of white blood cells (WBCs) and red blood cells (RBCs) in microscopic images is an extremely tedious, time consuming, and inaccurate process. Automatic analysis will allow hematologist experts to perform faster and more accurately. The proposed method uses an iterative structured circle detection algorithm for the segmentation and counting of WBCs and RBCs. The separation of WBCs from RBCs was achieved by thresholding, and specific preprocessing steps were developed for each cell type. Counting was performed for each image using the proposed method based on modified circle detection, which automatically counted the cells.

PROJECT OUTPUT

PROJECT VIDEO

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

Matlab Code for Vegetable Plant Recognition using Image Processing

ABSTRACT
            Recognizing plants is a vital problem especially for biologists, agricultural researchers, and environmentalists. Plant recognition can be performed by human experts manually but it is a time consuming and low-efficiency process. Automation of plant recognition is an important process for the fields working with plants. This project presents an approach for plant recognition using leaf images. In this study, the proponents demonstrated the development of the system that gives users the ability to identify vegetables based on photographs of the leaves taken with a high definition camera.  At the heart of this system is a modernise process of identification, so as to automate the way of identifying the vegetable plants through leaf image and digital image processing. The system used the pre-processing, Segmentation, feature extraction and classification to acquire the physical parameter of the leaves. The output parameters are used to compute well documented metrics for the statistical and shape. Base on the study, the following conclusion are drawn: The system can extract the physical parameters from the leaf’s image that will be used in identifying Vegetable`s. From the extracted leaf parameters, the system provides the statistical analysis and general information of the identified leaf. 

PROJECT OUTPUT

PROJECT VIDEO

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