0

I am working on with the Face detection using cascade Classifier in opencv python. Its working fine. But i want to develop my code to detect only one face and also the largest face only to detect.

bytecode77
  • 14,163
  • 30
  • 110
  • 141
  • 1
    We need to see what you have already, and how you've tried to make your code detect only the largest face. We can't look over your shoulder at the code you have, so we don't know how it works, and therefore can't suggest a correct approach. – Shotgun Ninja Sep 21 '15 at 14:34

1 Answers1

0

Sort the detected faces by size and keep the biggest one only?

Mikael Rousson
  • 2,247
  • 1
  • 15
  • 16