ACT-CV - Machine Vision for Cognitive Modeling
|
a pixel in the HSV color model More...
#include <RGBtoHSV.h>
Public Attributes | |
float | h |
unsigned char | s |
unsigned char | v |
a pixel in the HSV color model
Definition at line 30 of file RGBtoHSV.h.
float HSV::h |
Definition at line 31 of file RGBtoHSV.h.
Referenced by operator<<(), and RGBtoHSV().
unsigned char HSV::s |
Definition at line 32 of file RGBtoHSV.h.
Referenced by operator<<(), and RGBtoHSV().
unsigned char HSV::v |
Definition at line 33 of file RGBtoHSV.h.
Referenced by operator<<(), and RGBtoHSV().