#include "Representations/Perception/Image.h"
#include "Tools/ColorClasses.h"
Include dependency graph for ColorTableCuboids.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ColorTableCuboids |
Functions | |
| In & | operator>> (In &stream, ColorTableCuboids &colorTableCuboids) |
| Streaming operator that reads ColorTableCuboids from a stream. | |
| Out & | operator<< (Out &stream, const ColorTableCuboids &colorTableCuboids) |
| Streaming operator that writes GridImageProcessor2Parameters to a stream. | |
Definition in file ColorTableCuboids.h.
|
||||||||||||
|
Streaming operator that reads ColorTableCuboids from a stream.
Definition at line 136 of file ColorTableCuboids.cpp. References numOfColors, and ColorTableCuboids::setThresholds(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes GridImageProcessor2Parameters to a stream.
Definition at line 158 of file ColorTableCuboids.cpp. References ColorTableCuboids::getThresholdMax(), ColorTableCuboids::getThresholdMin(), and numOfColors. |
Here is the call graph for this function:

1.3.6