how to calculate the detection confidence score for opencv detector
I want to use FDDB to evaluate some face detectors including opencv. But FDDB's detection output file require:
<left_x top_y width height detection_score>
It include a detection_score part. But the opencv's detector have no output like this. How to output this?