MATLAB: How can i convert from rgb to hsi color space

Image Processing Toolboxobject detectionrgb to hsi color space conversion

I'm trying to segment my object using HSI color space. i couldn't find a matlab function in it's toolbox.

Best Answer

Just use rgb2hsv(). You should be able to get what you want by using that. Otherwise, just use the formulas.
Related Question