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

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< Subdiv2D > > obj_
 Object container. More...
 
const ConstMap< string, int > EdgeTypeMap
 edge types for option processing More...
 
const ConstMap< int, stringPointLocationInvMap
 inverse point location types for option processing More...
 

Variable Documentation

◆ EdgeTypeMap

const ConstMap<string,int> anonymous_namespace{Subdiv2D_.cpp}::EdgeTypeMap
Initial value:
("NextAroundOrg", cv::Subdiv2D::NEXT_AROUND_ORG)
("NextAroundDst", cv::Subdiv2D::NEXT_AROUND_DST)
("PrevAroundOrg", cv::Subdiv2D::PREV_AROUND_ORG)
("PrevAroundDst", cv::Subdiv2D::PREV_AROUND_DST)
("NextAroundLeft", cv::Subdiv2D::NEXT_AROUND_LEFT)
("NextAroundRight", cv::Subdiv2D::NEXT_AROUND_RIGHT)
("PrevAroundLeft", cv::Subdiv2D::PREV_AROUND_LEFT)
("PrevAroundRight", cv::Subdiv2D::PREV_AROUND_RIGHT)
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

edge types for option processing

Definition at line 21 of file Subdiv2D_.cpp.

◆ last_id

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

Last object id to allocate.

Definition at line 16 of file Subdiv2D_.cpp.

◆ obj_

map<int,Ptr<Subdiv2D> > anonymous_namespace{Subdiv2D_.cpp}::obj_

Object container.

Definition at line 18 of file Subdiv2D_.cpp.

◆ PointLocationInvMap

const ConstMap<int,string> anonymous_namespace{Subdiv2D_.cpp}::PointLocationInvMap
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

inverse point location types for option processing

Definition at line 32 of file Subdiv2D_.cpp.