Search code examples
opencvfeature-detectionmotion-detection

OpenCV Motion Tracking Using Feature Detector


I was wondering If I can detect motion more reliably by using Feature Detectors (like SURF, ORB, etc...)... Will it work for human beings in a video stream?


Solution

  • SIFT flow may give you some ideas.