How to do color detection without using Image Processing Toolbox ?
Ältere Kommentare anzeigen
I'm a newbie in using MATLAB
May I know how can I do the color detection without without using Image Processing Toolbox ??
(eg. detect red color in an image )
I have no idea of how to write the algorithm.
Or is there any link/tutorial available ??
Hope someone can help, thanks !!
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 13 Mai 2014
1 Stimme
Some color segmentation can be done without the Image Processing Toolbox. See my demos in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 Just replace imshow() with image(), and you won't be able to calculate areas or things like that. For conversion to other color spaces, instead of using functions like rgb2hsv() you'll have to do it yourself with formulas from places like EasyRGB
Kategorien
Mehr zu Images finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!