How to do color detection without using Image Processing Toolbox ?
Show older comments
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 !!
Accepted Answer
More Answers (1)
Image Analyst
on 13 May 2014
1 vote
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
Categories
Find more on Images in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!