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

Variables

const ConstMap< string, int > MorphShape
 Shape map for morphological operation for option processing. More...
 

Variable Documentation

◆ MorphShape

const ConstMap<string,int> anonymous_namespace{getStructuringElement.cpp}::MorphShape
Initial value:
("Rect", cv::MORPH_RECT)
("Cross", cv::MORPH_CROSS)
("Ellipse", cv::MORPH_ELLIPSE)
MORPH_CROSS
MORPH_RECT
MORPH_ELLIPSE
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Shape map for morphological operation for option processing.

Definition at line 15 of file getStructuringElement.cpp.