MATLAB Projects DISCUSSION

image processing using matlab

Started by syedzainnasir image processing using matlab
1 replies 248 views 2 participants
Latest activity · 24 Feb 2017

image processing using matlab

syedzainnasir MATLAB Projects Forum
#1
Hi guyz need little help i am curruntly working on my project and need to know that how can i detect RGB colour recognization using matlab and how can i use it with arduino because i want to use camera to detect the colour and perform the other task but i have no idea about it how can i do this ?. kindly if any body knows that post it here THANKS..

My project is simple. three objects colour(R,G,B Colour objects) moving on conveyer belt detect by the camera using matlab then moves each object in different direction.

Community replies 1

Re: image processing using matlab

#2
[quote=Timothy post_id=170 time=1487946969 user_id=79] Hi guyz need little help i am curruntly working on my project and need to know that how can i detect RGB colour recognization using matlab and how can i use it with arduino because i want to use camera to detect the colour and perform the other task but i have no idea about it how can i do this ?. kindly if any body knows that post it here THANKS..

My project is simple. three objects colour(R,G,B Colour objects) moving on conveyer belt detect by the camera using matlab then moves each object in different direction. [/quote]
You can complete your project using matlab and a camera for input capture without using arduino. If you have to use arduino and matlab in your project, follow these steps:
Integrate arduino with a camera (you may need a camera shield or you may have to build one and write software if needed)
Read rgb values from the camera through arduino inputs in matlab
Use matlab routines to recognize the color from input rgb values

Recommended Tutorials: [url=http://www.theengineeringprojects.com/2015/11/color-detection-in-images-using-matlab.html]Color Detection in Images using MATLAB[/url]
TEP COMMUNITY