OpenCV can't convert to HSI colour?

asked 2014-11-09 15:47:59 -0600

updated 2020-11-07 02:54:55 -0600

I'm required to develop a computer vision algorithm that works in Hue Saturation Intensity colour space, however OpenCV only seems to support HSL and HSV.

Unless OpenCV has mislabelled HSV as HSI or something similar from what I can see of the documentation it doesn't support it (there is no CV_RGB2HSI or equivalent enum).

Am I correct in thinking that you can't convert to HSI using cvtColor and I'll have to implement my own function?

edit retag flag offensive close merge delete