mexopencv
3.4.1
MEX interface for OpenCV library
|
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< LineSegmentDetector > > | obj_ |
Object container. More... | |
const ConstMap< string, int > | LineSegmentDetectorModesMap |
Line Segment Detector modes for option processing. More... | |
int anonymous_namespace{LineSegmentDetector_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 16 of file LineSegmentDetector_.cpp.
const ConstMap<string,int> anonymous_namespace{LineSegmentDetector_.cpp}::LineSegmentDetectorModesMap |
Line Segment Detector modes for option processing.
Definition at line 21 of file LineSegmentDetector_.cpp.
map<int,Ptr<LineSegmentDetector> > anonymous_namespace{LineSegmentDetector_.cpp}::obj_ |
Object container.
Definition at line 18 of file LineSegmentDetector_.cpp.