1

I am a noob and trying to learn OpenCV, I am working on a mini project which triggers certain functions if a person is detected in a specific area of the frame marked with a bounding box, can somebody guide how can I check whether a bounding box [ i.e detected object/person ] is overlapping with an already drawn bounding box[ i.e bounding box specified on a certain position of screen ] are overlapping?

1 Answers1

0

In OpenCV python you'll have to implement this by hand. Check this for an implementation example.

André Alves
  • 139
  • 7