Difference between revisions of "Visual Bee Counter"
(→Software) |
(→Software) |
||
Line 9: | Line 9: | ||
==Software== | ==Software== | ||
− | + | #adaptive back-ground subtraction using a background model derived from a running average of the most recent 300 video frames. | |
− | [http://docs.opencv.org/trunk/doc/tutorials/video/background_subtraction/background_subtraction.html How to Use Background Subtraction Methods | + | ##[http://docs.opencv.org/trunk/doc/tutorials/video/background_subtraction/background_subtraction.html How to Use Background Subtraction Methods] |
− | |||
− | + | ##[http://docs.opencv.org/trunk/doc/py_tutorials/py_video/py_bg_subtraction/py_bg_subtraction.html Background Subtraction] | |
+ | |||
+ | #match an elliptical, graduated template at 16 orientations across each background-subtracted video frame. | ||
==Camera Enclosure== | ==Camera Enclosure== |
Revision as of 03:37, 25 December 2013
Background
Cameras
- Logitech 2500
- Logitech C310
- Logitech HD920
Infrared (night time) Operation
Software
- adaptive back-ground subtraction using a background model derived from a running average of the most recent 300 video frames.
- match an elliptical, graduated template at 16 orientations across each background-subtracted video frame.