Data structure containg information of a color point in RGB space. More...
Public Attributes | |
float | R |
float | G |
float | B |
int | idpix |
struct RGBpoint * | next |
struct RGBpoint * | nextneigh |
Data structure containg information of a color point in RGB space.
R,G,B | RGB values of the point | |
idpix | identifier of the image pixel with color RGB | |
next,nextneigh | pointers to other data structures of the same type |
Definition at line 88 of file colorfilteringIPOL.cpp.
float RGBpoint::B |
Definition at line 89 of file colorfilteringIPOL.cpp.
float RGBpoint::G |
Definition at line 89 of file colorfilteringIPOL.cpp.
int RGBpoint::idpix |
Definition at line 90 of file colorfilteringIPOL.cpp.
struct RGBpoint* RGBpoint::next |
Definition at line 91 of file colorfilteringIPOL.cpp.
struct RGBpoint * RGBpoint::nextneigh |
Definition at line 91 of file colorfilteringIPOL.cpp.
float RGBpoint::R |
Definition at line 89 of file colorfilteringIPOL.cpp.