bw4sz / OpenCV_HummingbirdsMotion

Motion Detection using OpenCV and python
http://benweinstein.weebly.com/motionmeerkat.html
GNU General Public License v3.0
13 stars 5 forks source link

Tracker algorithm #23

Open bw4sz opened 8 years ago

bw4sz commented 8 years ago

Either when we find some frames, we can track the blob. Would this be desired?

Or we could track a flower as a preprocess step, such that we first grab a ROI around the flower and subtract that ROI each frame, rather than the entire frame. This should cut down on movement among frames, stabilizing the video, and waiting for real movement from an an unexpected source.