mexopencv  3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{LineSegmentDetector_.cpp} Namespace Reference

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...
 

Variable Documentation

◆ last_id

int anonymous_namespace{LineSegmentDetector_.cpp}::last_id = 0

Last object id to allocate.

Definition at line 16 of file LineSegmentDetector_.cpp.

◆ LineSegmentDetectorModesMap

const ConstMap<string,int> anonymous_namespace{LineSegmentDetector_.cpp}::LineSegmentDetectorModesMap
Initial value:
("Standard", cv::LSD_REFINE_STD)
("Advanced", cv::LSD_REFINE_ADV)
LSD_REFINE_ADV
LSD_REFINE_STD
LSD_REFINE_NONE
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Line Segment Detector modes for option processing.

Definition at line 21 of file LineSegmentDetector_.cpp.

◆ obj_

map<int,Ptr<LineSegmentDetector> > anonymous_namespace{LineSegmentDetector_.cpp}::obj_

Object container.

Definition at line 18 of file LineSegmentDetector_.cpp.