what's confidence level? and how can we use it for vehicle detection using OpenCV?

asked 2015-09-30 17:29:09 -0500

DENSO gravatar image

I'm working on project for the Autonomous vehicle, and i want to know what's confidence level means and how can we use confidence level for vehicle detection in OpenCV ?

Thank you

edit retag flag offensive close merge delete

Comments

1

Confidence level is often the output (a probability) of an algorithm. The exact meaning of it depends on the algorithm that you are using.

clynamen gravatar image clynamen  ( 2015-10-01 01:54:44 -0500 )edit