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:
("LU", cv::DECOMP_LU)
("SVD", cv::DECOMP_SVD)
("EIG", cv::DECOMP_EIG)
("Cholesky", cv::DECOMP_CHOLESKY)
("QR", cv::DECOMP_QR)
DECOMP_SVD
DECOMP_LU
DECOMP_CHOLESKY
DECOMP_EIG
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927
DECOMP_QR

matrix decomposition types for option processing

Definition at line 14 of file solve.cpp.