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

Inversion Methods.

Definition at line 14 of file invert.cpp.