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
Confidence level is often the output (a probability) of an algorithm. The exact meaning of it depends on the algorithm that you are using.