#include <DebugImages.h>
Public Types | |
enum | ImageID { noImage, rawImage, segmentedImage1, segmentedImage2, segmentedImage3, classificationY, classificationU, classificationV, colorFrequency, imageProcessorGeneral, imageProcessorScanLines, imageProcessorBall, imageProcessorGoals, imageProcessorFlags, imageProcessorPlayers, imageProcessorGradients, imageMotionRecognition, numberOfImageIDs, image = numberOfImageIDs, segmentedImage, correctedImage, correctedSegmentedImage } |
IDs for images. More... | |
Static Public Member Functions | |
char * | getImageIDName (ImageID imageID) |
Returns a description for an indexed image id. | |
bool | getDebugKeyID (enum ImageID imageID, DebugKeyTable::debugKeyID &debugKeyID) |
Definition at line 185 of file DebugImages.h.
|
IDs for images. enter new image IDs here and add the corresponding string in getImageIDName.
Definition at line 192 of file DebugImages.h. |
|
Returns a description for an indexed image id. Add descriptions for new image ids here. Definition at line 222 of file DebugImages.h. References imageMotionRecognition, and imageProcessorGradients. |
|
Definition at line 247 of file DebugImages.h. |