mexopencv  3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{findHomography.cpp} Namespace Reference

Variables

const ConstMap< string, int > Method
 Estimation methods for option processing. More...
 

Variable Documentation

◆ Method

const ConstMap<string,int> anonymous_namespace{findHomography.cpp}::Method
Initial value:
("0", 0)
("Ransac", cv::RANSAC)
("LMedS", cv::LMEDS)
("Rho", cv::RHO)
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Estimation methods for option processing.

Definition at line 15 of file findHomography.cpp.