Asadullah-Dal17/Distance_measurement_using_single_camera

About the return values of face_detector.detectMultiScale

Lai-YT opened this issue · 1 comments

I took a glance on your Updated_distance.py file, and I had a little problem on line 93.
Should the values in faces be (x, y, w, h) instead of (x, y, h, w)?
Also thanks to your project!
I'm currently working on single-camera applications, the efforts you paid helps me a lot!

Thank you so much for your response ❤️, I have addressed the issue,
Note: It won't affect the distance estimation accuracy, since the detected face is square.