#include <GT2005ColorSpace.h>
Public Member Functions | |
| ColorSpace () | |
| void | Normalize () |
| double | Sum () |
| void | AddSample (colorClass color, double brightness, double dY) |
| colorClass | getMajorColor () |
| ColorSpace & | operator+= (const ColorSpace &other) |
| ColorSpace () | |
| void | Normalize () |
| double | Sum () |
| void | AddSample (colorClass color, double brightness, double dY) |
| colorClass | getMajorColor () |
| ColorSpace & | operator+= (const ColorSpace &other) |
Public Attributes | |
| double | colorCount [numOfColors] |
| double | yCount [BRIGHTNESS_LEVELS] |
| double | y |
| double | dY |
|
|
Definition at line 3 of file GT2005ColorSpace.cpp. References colorCount, dY, numOfColors, and yCount. |
|
|
|
|
|
Definition at line 17 of file GT2005ColorSpace.cpp. References BRIGHTNESS_LEVELS, colorCount, dY, numOfColors, Sum(), and yCount. Referenced by VLCRobotSpecialist::clusterCandidates(), GT2005RobotSpecialist::clusterCandidates(), VLCRobotSpecialist::generatePercept(), and GT2005RobotSpecialist::generatePercept(). |
Here is the call graph for this function:

|
|
Definition at line 35 of file GT2005ColorSpace.cpp. References colorCount, and numOfColors. Referenced by Normalize(). |
|
||||||||||||||||
|
Definition at line 45 of file GT2005ColorSpace.cpp. References colorCount. Referenced by VLCRobotSpecialist::generatePercept(), and GT2005RobotSpecialist::generatePercept(). |
|
|
Definition at line 52 of file GT2005ColorSpace.cpp. References colorCount, noColor, and numOfColors. |
|
|
Definition at line 30 of file GT2005ColorSpace.h. References BRIGHTNESS_LEVELS, colorCount, dY, numOfColors, y, and yCount. |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 30 of file VLCColorSpace.h. References BRIGHTNESS_LEVELS, colorCount, dY, numOfColors, y, and yCount. |
|
|
|
Definition at line 47 of file VLCColorSpace.h. Referenced by ColorSpace(), Normalize(), and operator+=(). |
|
|
Definition at line 48 of file VLCColorSpace.h. Referenced by VLCRobotSpecialist::generateColorspace(), GT2005RobotSpecialist::generateColorspace(), VLCRobotSpecialist::generatePercept(), GT2005RobotSpecialist::generatePercept(), and operator+=(). |
|
1.3.6