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

Variables

const ConstMap< string, int > CloningMethodMap
 Cloning method types for option processing. More...
 

Variable Documentation

◆ CloningMethodMap

const ConstMap<string,int> anonymous_namespace{seamlessClone.cpp}::CloningMethodMap
Initial value:
("NormalClone", cv::NORMAL_CLONE)
("MixedClone", cv::MIXED_CLONE)
("MonochromeTransfer", cv::MONOCHROME_TRANSFER)
NORMAL_CLONE
MIXED_CLONE
MONOCHROME_TRANSFER
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Cloning method types for option processing.

Definition at line 15 of file seamlessClone.cpp.