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

Variables

const ConstMap< string, int > HistComp
 Histogram comparison methods. More...
 

Variable Documentation

◆ HistComp

const ConstMap<string,int> anonymous_namespace{compareHist.cpp}::HistComp
Initial value:
("Correlation", cv::HISTCMP_CORREL)
("ChiSquare", cv::HISTCMP_CHISQR)
("Intersection", cv::HISTCMP_INTERSECT)
("Bhattacharyya", cv::HISTCMP_BHATTACHARYYA)
("Hellinger", cv::HISTCMP_HELLINGER)
("AltChiSquare", cv::HISTCMP_CHISQR_ALT)
("KullbackLeibler", cv::HISTCMP_KL_DIV)
HISTCMP_CORREL
HISTCMP_CHISQR
HISTCMP_CHISQR_ALT
HISTCMP_INTERSECT
HISTCMP_KL_DIV
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927
HISTCMP_HELLINGER
HISTCMP_BHATTACHARYYA

Histogram comparison methods.

Definition at line 15 of file compareHist.cpp.