First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Apr 21 '13

agile gravatar image

confidence value and threshold in opencv

What is the difference between "confidence" value in Face Recognizer predict method and "threshold" in model consrtuctor?

I want to just grab the LBP histogram from the source image and compare it with the previous stored LBP Histograms and I want a probabilistic match. Like top three matches. I am presently grabbing the LBP Histogram through train method and I want a set of distances from the predict method not just a single predicted label.

Thanks