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

Variables

const ConstMap< string, int > MotionTypeMap
 motion types for option processing More...
 

Variable Documentation

◆ MotionTypeMap

const ConstMap<string,int> anonymous_namespace{findTransformECC.cpp}::MotionTypeMap
Initial value:
("Translation", cv::MOTION_TRANSLATION)
("Euclidean", cv::MOTION_EUCLIDEAN)
("Affine", cv::MOTION_AFFINE)
("Homography", cv::MOTION_HOMOGRAPHY)
MOTION_EUCLIDEAN
MOTION_AFFINE
MOTION_HOMOGRAPHY
MOTION_TRANSLATION
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

motion types for option processing

Definition at line 15 of file findTransformECC.cpp.