mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Fixed Bug #3514 Incorrect Chi-Square distance used in LBPH FaceRecognizer
This commit is contained in:
@@ -203,7 +203,8 @@ enum { HISTCMP_CORREL = 0,
|
||||
HISTCMP_CHISQR = 1,
|
||||
HISTCMP_INTERSECT = 2,
|
||||
HISTCMP_BHATTACHARYYA = 3,
|
||||
HISTCMP_HELLINGER = HISTCMP_BHATTACHARYYA
|
||||
HISTCMP_HELLINGER = HISTCMP_BHATTACHARYYA,
|
||||
HISTCMP_CHISQR_ALT = 4
|
||||
};
|
||||
|
||||
//! the color conversion code
|
||||
|
||||
Reference in New Issue
Block a user