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... | |
KeyLine | MxArrayToKeyLine (const MxArray &arr, mwIndex idx=0) |
Convert an MxArray to cv::line_descriptor::KeyLine. More... | |
vector< KeyLine > | MxArrayToVectorKeyLine (const MxArray &arr) |
Convert an MxArray to std::vector<cv::line_descriptor::KeyLine> More... | |
vector< vector< KeyLine > > | MxArrayToVectorVectorKeyLine (const MxArray &arr) |
Convert an MxArray to std::vector<std::vector<cv::line_descriptor::KeyLine>> More... | |
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< BinaryDescriptor > > | obj_ |
Object container. More... | |
KeyLine anonymous_namespace{BinaryDescriptor_.cpp}::MxArrayToKeyLine | ( | const MxArray & | arr, |
mwIndex | idx = 0 |
||
) |
Convert an MxArray to cv::line_descriptor::KeyLine.
arr | struct-array MxArray object |
idx | linear index of the struct array element |
Definition at line 65 of file BinaryDescriptor_.cpp.
vector<KeyLine> anonymous_namespace{BinaryDescriptor_.cpp}::MxArrayToVectorKeyLine | ( | const MxArray & | arr | ) |
Convert an MxArray to std::vector<cv::line_descriptor::KeyLine>
arr | struct-array MxArray object |
Definition at line 91 of file BinaryDescriptor_.cpp.
vector<vector<KeyLine> > anonymous_namespace{BinaryDescriptor_.cpp}::MxArrayToVectorVectorKeyLine | ( | const MxArray & | arr | ) |
Convert an MxArray to std::vector<std::vector<cv::line_descriptor::KeyLine>>
arr | cell-array of struct-arrays MxArray object |
Definition at line 112 of file BinaryDescriptor_.cpp.
MxArray anonymous_namespace{BinaryDescriptor_.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 BinaryDescriptor_.cpp.
Convert keylines to struct array.
keylines | vector of keylines |
Definition at line 25 of file BinaryDescriptor_.cpp.
int anonymous_namespace{BinaryDescriptor_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 17 of file BinaryDescriptor_.cpp.
map<int,Ptr<BinaryDescriptor> > anonymous_namespace{BinaryDescriptor_.cpp}::obj_ |
Object container.
Definition at line 19 of file BinaryDescriptor_.cpp.