mexopencv  3.4.1
MEX interface for OpenCV library
Functions | Variables
anonymous_namespace{LSDDetector_.cpp} Namespace Reference

Functions

MxArray toStruct (const vector< KeyLine > &keylines)
 Convert keylines to struct array. More...
 
MxArray toCellOfStruct (const vector< vector< KeyLine > > &keylines)
 Convert set of keylines to cell-array of struct-arrays. More...
 

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< LSDDetector > > obj_
 Object container. More...
 

Function Documentation

◆ toCellOfStruct()

MxArray anonymous_namespace{LSDDetector_.cpp}::toCellOfStruct ( const vector< vector< KeyLine > > &  keylines)

Convert set of keylines to cell-array of struct-arrays.

Parameters
keylinesvector of vector of keylines
Returns
cell-array of struct-arrays MxArray object

Definition at line 52 of file LSDDetector_.cpp.

◆ toStruct()

MxArray anonymous_namespace{LSDDetector_.cpp}::toStruct ( const vector< KeyLine > &  keylines)

Convert keylines to struct array.

Parameters
keylinesvector of keylines
Returns
struct-array MxArray object

Definition at line 25 of file LSDDetector_.cpp.

Variable Documentation

◆ last_id

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

Last object id to allocate.

Definition at line 17 of file LSDDetector_.cpp.

◆ obj_

map<int,Ptr<LSDDetector> > anonymous_namespace{LSDDetector_.cpp}::obj_

Object container.

Definition at line 19 of file LSDDetector_.cpp.