mexopencv
3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{solve.cpp} Namespace Reference
Variables
const
ConstMap
<
string
, int >
DecompTypesMap
matrix decomposition types for option processing
More...
Variable Documentation
◆
DecompTypesMap
const
ConstMap
<
string
,int> anonymous_namespace{solve.cpp}::DecompTypesMap
Initial value:
=
ConstMap<string,int>
(
"LU"
,
cv::DECOMP_LU
)
(
"SVD"
,
cv::DECOMP_SVD
)
(
"EIG"
,
cv::DECOMP_EIG
)
(
"Cholesky"
,
cv::DECOMP_CHOLESKY
)
(
"QR"
,
cv::DECOMP_QR
)
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
cv::DECOMP_QR
DECOMP_QR
matrix decomposition types for option processing
Definition at line
14
of file
solve.cpp
.
Generated by
1.8.14