0

I have been finding out about Motion Detection algorithm for very long but unable to decide which algorithm will give me best performance. I am uisng a IP camera to capture video stream using opencv and further like to detect Motion(Human motion actually) can any one suggest me which algorithm which will give me best performance in any lighting environment.

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
Roger Mendes
  • 57
  • 1
  • 10
  • 3
    You could include what algorithms you have been finding out about, and what your findings were for each of those. – Martijn Pieters Jan 09 '13 at 09:28
  • what about background subtraction : First extract the background (http://opencvpython.blogspot.com/2012/07/background-extraction-using-running.html) , then subtract every frame from that background. – Abid Rahman K Jan 13 '13 at 13:33
  • 1
    Have a look at this page. https://github.com/lohithpro/intruder_detector_capture_alarm – Prometheus Jan 05 '19 at 17:08

0 Answers0