what's confidence level? and how can we use it for vehicle detection using OpenCV?
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
Asked by DENSO on 2015-09-30 17:29:09 UTC
Comments
Confidence level is often the output (a probability) of an algorithm. The exact meaning of it depends on the algorithm that you are using.
Asked by clynamen on 2015-10-01 01:54:44 UTC