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

Variables

const ConstMap< string, int > AngleRangeOptionMap
 Option values hough transform angle range options. More...
 
const ConstMap< string, int > HoughOpMap
 Option values hough transform binary operations. More...
 
const ConstMap< string, int > HoughDeskewOptionMap
 Option values hough transform deskew options. More...
 

Variable Documentation

◆ AngleRangeOptionMap

const ConstMap<string, int> anonymous_namespace{FastHoughTransform.cpp}::AngleRangeOptionMap
Initial value:
("ARO_0_45", cv::ximgproc::ARO_0_45)
("ARO_45_90", cv::ximgproc::ARO_45_90)
("ARO_90_135", cv::ximgproc::ARO_90_135)
("ARO_315_0", cv::ximgproc::ARO_315_0)
("ARO_315_45", cv::ximgproc::ARO_315_45)
("ARO_45_135", cv::ximgproc::ARO_45_135)
("ARO_315_135", cv::ximgproc::ARO_315_135)
("ARO_CTR_HOR", cv::ximgproc::ARO_CTR_HOR)
("ARO_CTR_VER", cv::ximgproc::ARO_CTR_VER)
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values hough transform angle range options.

Definition at line 16 of file FastHoughTransform.cpp.

◆ HoughDeskewOptionMap

const ConstMap<string, int> anonymous_namespace{FastHoughTransform.cpp}::HoughDeskewOptionMap
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values hough transform deskew options.

Definition at line 35 of file FastHoughTransform.cpp.

◆ HoughOpMap

const ConstMap<string, int> anonymous_namespace{FastHoughTransform.cpp}::HoughOpMap
Initial value:
("Minimum", cv::ximgproc::FHT_MIN)
("Maximum", cv::ximgproc::FHT_MAX)
("Addition", cv::ximgproc::FHT_ADD)
("Average", cv::ximgproc::FHT_AVE)
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values hough transform binary operations.

Definition at line 28 of file FastHoughTransform.cpp.