Opencv:无法预测faceRecognizer的信心

时间:2016-01-05 17:05:52

标签: python opencv opencv3.0

当我运行faceRecognizer的predict(src)函数时,它只返回一个int,而不是int和double。

使用help()会抛出这个:

有关内置函数的帮助预测:

predict(...) method of cv2.face_BasicFaceRecognizer instance
    predict(src) -> retval  or  predict(src) -> label, confidence  or  predict(src, collector[, state]) -> None

我正在使用的代码是:

nbr_predicted, conf = recognizer.predict(imgp)

1 个答案:

答案 0 :(得分:1)

这是一个错误:http://answers.opencv.org/question/82294/cant-get-predict-confidence/

原始问题中的回答。