mexopencv
3.4.1
MEX interface for OpenCV library
|
Classes | |
struct | CompareSparseMatNode |
Comparison operator for sparse matrix elements. More... | |
Variables | |
const char * | cv_moments_fields [24] |
Field names for cv::Moments. More... | |
const char * | cv_rotated_rect_fields [3] = {"center", "size", "angle"} |
Field names for cv::RotatedRect. More... | |
const char * | cv_term_criteria_fields [3] = {"type", "maxCount", "epsilon"} |
Field names for cv::TermCriteria. More... | |
const char * | cv_keypoint_fields [6] |
Field names for cv::KeyPoint. More... | |
const char * | cv_dmatch_fields [4] |
Field names for cv::DMatch. More... | |
const ConstMap< mxClassID, int > | DepthOf |
Translates data type definition used in MATLAB to that of OpenCV. More... | |
const ConstMap< int, mxClassID > | ClassIDOf |
Translates data type definition used in OpenCV to that of MATLAB. More... | |
const ConstMap< int, std::string > | InvTermCritType |
Inverse TermCriteria type map for option processing. More... | |
const ConstMap< std::string, int > | TermCritType |
TermCriteria type map for option processing. More... | |
Translates data type definition used in OpenCV to that of MATLAB.
depth | data depth of OpenCV's Mat class. e.g., CV_32F . |
mxDOUBLE_CLASS
. Definition at line 45 of file MxArray.cpp.
const char* anonymous_namespace{MxArray.cpp}::cv_dmatch_fields[4] |
Field names for cv::DMatch.
Definition at line 23 of file MxArray.cpp.
const char* anonymous_namespace{MxArray.cpp}::cv_keypoint_fields[6] |
Field names for cv::KeyPoint.
Definition at line 20 of file MxArray.cpp.
const char* anonymous_namespace{MxArray.cpp}::cv_moments_fields[24] |
Field names for cv::Moments.
Definition at line 11 of file MxArray.cpp.
const char* anonymous_namespace{MxArray.cpp}::cv_rotated_rect_fields[3] = {"center", "size", "angle"} |
Field names for cv::RotatedRect.
Definition at line 16 of file MxArray.cpp.
const char* anonymous_namespace{MxArray.cpp}::cv_term_criteria_fields[3] = {"type", "maxCount", "epsilon"} |
Field names for cv::TermCriteria.
Definition at line 18 of file MxArray.cpp.
Translates data type definition used in MATLAB to that of OpenCV.
classid | data type of MATLAB's mxArray. e.g., mxDOUBLE_CLASS . |
CV_8U
. Definition at line 30 of file MxArray.cpp.
const ConstMap<int, std::string> anonymous_namespace{MxArray.cpp}::InvTermCritType |
Inverse TermCriteria type map for option processing.
Definition at line 73 of file MxArray.cpp.
const ConstMap<std::string, int> anonymous_namespace{MxArray.cpp}::TermCritType |
TermCriteria type map for option processing.
Definition at line 79 of file MxArray.cpp.