MATLAB Image Processing Projects with CODE [REPORT INCLUDED]

Share:





  



  



MATLAB image processing projects are very useful for Engineering Students. I had been working on these projects since my college days. My major and minor projects were also in Matlab which scored good marks in those days. Then I continued by research in doing various projects which basically were extension of those projects - improved performance, code size and compatibility with various devices.

I am sharing 2 MAIN PROJECTS with project report and code along with project simulation is the best form as I could produce few years back. 

PROJECT 1: 


CAR NUMBER PLATE DETECTOR USING MATLAB


matlab projects


Car number plate detector project shows you how you can detect the number plate of cars in highways and catch the criminals or maintain the record. In this project we will see only software simulation end. Remember we need to install hardware at the site to capture the fast moving cars and systems to store the huge data. 

Why we need this Matlab project?

You might be wondering why do we need this project when we can capture the image by using camera.But this project is different from the camera image capturing. It reduce the file size. First it extracts the data in binary image form which is already of less size. Second, it extracts the text from that binary image which is helpful in matching records and storing data. Single Image consume 1-2 MB for a single click whereas in 1 MB text file can contain thousands of record. 

But there are few drawbacks of this project as well. If the person is hiding his number plate or number plate texts not following the rules then it would be difficult to extract data from them. But no worries, we can strict the traffic rules by imposing huge fines so that no one dare to misconduct. Also , this project can be used to detect such misuse of number plates and inform the authorities about it. 




PROJECT 2: 


GESTURE CONTROL OF PC USING MATLAB CODE. 



 

Gesture control of PC is the best MATLAB project for controlling the pc using hand gestures. Basically we are using colors for sending different commands to the system. Here, we will demonstrate 3 different tasks using 3 different colors. 

We will use web camera of our PC or Laptop for capturing the image. Then we will convert this image into gray scale image and invert it to find the locus of the spot and track it live. RGB values can be used to detect the type of color of the image.  

Live simulation of the project is also there in video form and project report and code are given here below.