MeVisLab Toolbox Reference
CSOPrimitiveProcessor.h File Reference

Go to the source code of this file.

Classes

class  ml::CSOPrimitiveProcessor
 Module which enables interactive generation of primitive contours such as ellipses and rectangles. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Enumerations

enum  ml::PRIMITIVE_TYPE { ml::PRIMITIVE_RECT = 0 , ml::PRIMITIVE_ELLIPSE = 1 }
 Enumeration of the contour type. More...
 

Variables

constexpr const char * ml::SUB_TYPE_RECT = "SUB_TYPE_RECT"
 Subtype: a rectangle. More...
 
constexpr const char * ml::SUB_TYPE_ELLIPSE = "SUB_TYPE_ELLIPSE"
 Subtype: an ellipse. More...