compareHist
用于比较直方图
double compareHist(InputArray H1, InputArray H2, int method);
- H1,H2,是要进行比较的直方图。
- method,比较方法。有如下选择:
-
方法名 标识符 计算公式 相关
Correlation
HISTCMP_CORREL
其中
是直方图中bin的数目。
卡方
Chi-square
HISTCMP_CHISQR
相交
Intersection
HISTCMP_INTERSECT
巴氏距离
Bhattacharyya
HISTCMP_BHATTACHARYYA
- 对相似图像进行查找