mexopencv
3.4.1
MEX interface for OpenCV library
|
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... | |
MxArray anonymous_namespace{LSDDetector_.cpp}::toCellOfStruct | ( | const vector< vector< KeyLine > > & | keylines | ) |
Convert set of keylines to cell-array of struct-arrays.
keylines | vector of vector of keylines |
Definition at line 52 of file LSDDetector_.cpp.
Convert keylines to struct array.
keylines | vector of keylines |
Definition at line 25 of file LSDDetector_.cpp.
int anonymous_namespace{LSDDetector_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 17 of file LSDDetector_.cpp.
map<int,Ptr<LSDDetector> > anonymous_namespace{LSDDetector_.cpp}::obj_ |
Object container.
Definition at line 19 of file LSDDetector_.cpp.