Click or drag to resize

HistogramCompMethod Enumeration

http://www.emgu.com
Histogram comparison method

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum HistogramCompMethod
Members
  Member nameValueDescription
Correl0 Correlation
Chisqr1 Chi-Square
Intersect2 Intersection
Bhattacharyya3 Bhattacharyya distance
Hellinger3 Synonym for Bhattacharyya
ChisqrAlt4 Alternative Chi-Square
See Also