mexopencv
3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{findFundamentalMat.cpp} Namespace Reference
Variables
const
ConstMap
<
string
, int >
FMMethod
Method for option processing.
More...
Variable Documentation
◆
FMMethod
const
ConstMap
<
string
,int> anonymous_namespace{findFundamentalMat.cpp}::FMMethod
Initial value:
=
ConstMap<string,int>
(
"7Point"
,
cv::FM_7POINT
)
(
"8Point"
,
cv::FM_8POINT
)
(
"Ransac"
,
cv::FM_RANSAC
)
(
"LMedS"
,
cv::FM_LMEDS
)
cv::FM_RANSAC
FM_RANSAC
cv::FM_8POINT
FM_8POINT
cv::FM_LMEDS
FM_LMEDS
cv::FM_7POINT
FM_7POINT
ConstMap
std::map wrapper with one-line initialization and lookup method.
Definition:
MxArray.hpp:927
Method for option processing.
Definition at line
15
of file
findFundamentalMat.cpp
.
Generated by
1.8.14