PLearn 0.1
|
#include <RGBImage.h>
Public Member Functions | |
RGB () | |
RGB (unsigned char the_r, unsigned char the_g, unsigned char the_b) | |
Public Attributes | |
unsigned char | r |
unsigned char | g |
unsigned char | b |
Static Public Attributes | |
static const RGB | BLACK |
RGB(HSV hsvpix);. | |
static const RGB | WHITE |
static const RGB | RED |
static const RGB | GREEN |
static const RGB | BLUE |
static const RGB | DISCOCOLORS [] = {RGB::RED, RGB::GREEN, RGB::BLUE} |
Definition at line 64 of file RGBImage.h.
PLearn::RGB::RGB | ( | ) | [inline] |
Definition at line 71 of file RGBImage.h.
{}
PLearn::RGB::RGB | ( | unsigned char | the_r, |
unsigned char | the_g, | ||
unsigned char | the_b | ||
) | [inline] |
Definition at line 72 of file RGBImage.h.
unsigned char PLearn::RGB::b |
Definition at line 69 of file RGBImage.h.
Referenced by PLearn::RGBImage::computeAverage(), PLearn::RGBImage::computeHistogram(), and PLearn::RGBImageVMatrix::sample().
const RGB PLearn::RGB::BLACK [static] |
RGB(HSV hsvpix);.
Definition at line 78 of file RGBImage.h.
const RGB PLearn::RGB::BLUE [static] |
Definition at line 82 of file RGBImage.h.
const RGB PLearn::RGB::DISCOCOLORS = {RGB::RED, RGB::GREEN, RGB::BLUE} [static] |
Definition at line 83 of file RGBImage.h.
unsigned char PLearn::RGB::g |
Definition at line 68 of file RGBImage.h.
Referenced by PLearn::RGBImage::computeAverage(), PLearn::RGBImage::computeHistogram(), and PLearn::RGBImageVMatrix::sample().
const RGB PLearn::RGB::GREEN [static] |
Definition at line 81 of file RGBImage.h.
unsigned char PLearn::RGB::r |
Definition at line 67 of file RGBImage.h.
Referenced by PLearn::RGBImage::computeAverage(), PLearn::RGBImage::computeHistogram(), and PLearn::RGBImageVMatrix::sample().
const RGB PLearn::RGB::RED [static] |
Definition at line 80 of file RGBImage.h.
const RGB PLearn::RGB::WHITE [static] |
Definition at line 79 of file RGBImage.h.