#include <RGBImage.h>
Collaboration diagram for PLearn::RGB:

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 | |
| const RGB | BLACK |
| RGB(HSV hsvpix);. | |
| const RGB | WHITE |
| const RGB | RED |
| const RGB | GREEN |
| const RGB | BLUE |
| const RGB | DISCOCOLORS [] = {RGB::RED, RGB::GREEN, RGB::BLUE} |
|
|
Definition at line 71 of file RGBImage.h. |
|
||||||||||||||||
|
Definition at line 72 of file RGBImage.h. |
|
|
Definition at line 69 of file RGBImage.h. Referenced by PLearn::RGBImage::computeAverage(), PLearn::RGBImage::computeHistogram(), RGB(), and PLearn::RGBImageVMatrix::sample(). |
|
|
|
|
|
|
|
|
Definition at line 57 of file RGBImage.cc. |
|
|
Definition at line 68 of file RGBImage.h. Referenced by PLearn::RGBImage::computeAverage(), PLearn::RGBImage::computeHistogram(), RGB(), and PLearn::RGBImageVMatrix::sample(). |
|
|
|
|
|
Definition at line 67 of file RGBImage.h. Referenced by PLearn::RGBImage::computeAverage(), PLearn::RGBImage::computeHistogram(), RGB(), and PLearn::RGBImageVMatrix::sample(). |
|
|
|
|
|
|
1.3.7