Ask Your Question

user1646196's profile - activity

2014-11-09 15:47:59 -0600 asked a question OpenCV can't convert to HSI colour?

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?

2014-11-09 15:45:32 -0600 asked a question Opencv doesn't support HSI

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?