mexopencv
3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{invert.cpp} Namespace Reference
Variables
const
ConstMap
<
string
, int >
InvMethods
Inversion Methods.
More...
Variable Documentation
◆
InvMethods
const
ConstMap
<
string
,int> anonymous_namespace{invert.cpp}::InvMethods
Initial value:
=
ConstMap<string,int>
(
"LU"
,
cv::DECOMP_LU
)
(
"SVD"
,
cv::DECOMP_SVD
)
(
"EIG"
,
cv::DECOMP_EIG
)
(
"Cholesky"
,
cv::DECOMP_CHOLESKY
)
cv::DECOMP_SVD
DECOMP_SVD
cv::DECOMP_LU
DECOMP_LU
cv::DECOMP_CHOLESKY
DECOMP_CHOLESKY
cv::DECOMP_EIG
DECOMP_EIG
ConstMap
std::map wrapper with one-line initialization and lookup method.
Definition:
MxArray.hpp:927
Inversion Methods.
Definition at line
14
of file
invert.cpp
.
Generated by
1.8.14