Sunday, 21 June 2020

Traffic Sign Recognition using Python Project Source Code

ABSTRACT                Traffic sign recognition is an important but challenging task, especially for automated driving and driver assistance. Its accuracy depends on two aspects: feature exactor and classifier. Current popular algorithms...

Matlab Code for Iris Recognition Using Image Processing full Source Code

ABSTRACT              This project presents an iris coding method for effective recognition of an individual. The recognition is performed based on a mathematical and computational method. It consists of calculating the differences coefficients...

Image Encryption and Decryption Using AES Algorithm Matlab Source Code

ABSTRACT            In today’s world data security is the major problem which is to be face. In order to secure data during communication, data storage and transmission we use Advance encryption standard(AES). AES is a symmetric block cipher...

Image Enhancement using Histogram Equalization and Bi-Histogram Equalization Matlab Source Code

ABSTRACT            Digital image enhancement is one of the most important image processing technology which is necessary to improve the visual appearance of the image or to provide a better transform representation for future automated image...

Image Fusion using PCA Matlab Project Source Code

ABSTRACT             Different medical imaging techniques such as X-rays, computed tomography (CT), magnetic resonance imaging (MRI) provide different perspectives for the human body that are important in the physical disorders or diagnosis...

Wednesday, 10 June 2020

Age and Gender Recognition using Convolutional Neural Network CNN full Python Project Source Code

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...

Monday, 1 June 2020

How to Calculate PSNR (Peak Signal to Noise Ratio) in MATLAB

Peak-Signal to Noise Ratio (PSNR) 1. The PSNR is most commonly used as a measure of quality of reconstruction of lossy compression codec’s (e.g., for image compression). 2. The signal in this case is the original data, and the noise is the error introduced by compression. 3....