Go to the source code of this file.
Namespaces | |
namespace | RobotVision |
Classes | |
class | DetectorChainOperator |
class | ObjectDetector |
Base class for the detector object. More... | |
Typedefs | |
typedef std::vector< RobotObjects::Point > | Region |
Use to define arbitrary regions. | |
typedef std::pair< Region, float > | ProbabilityRegion |
A region from above with a probability. |