mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
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... | |
KeyLine anonymous_namespace{drawKeylines.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 20 of file drawKeylines.cpp.