Ask Your Question

Revision history [back]

Create a HSV Range Palette

Hi,

I am defining a Color Range using two HSV structs.

inRange() lets me create a mask of these on the current image. Thats fine, however, I wanted to create some kind of Color Palette for those two HSV structs. The color palette should display all colors that are within that range and output those colors in RGB ofc.

Is there someone having an idea how I could do this?

Thanks