Difference between revisions of "Bee Counter"

From HiveTool
Jump to: navigation, search
(Video Bee Counter)
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<p>Why a bee counter?  While a scale can reveal honey flows, spring build up and the general health of the hive, it doesn't answer all the questions.  In discussing [[Hive_Management#Fall_Die_Off|fall die off]] with Dr. Wayne Esaias, he suggested that to really see what was going on, a bee counter was needed.
+
{| align="right"
 +
| [[File:Tracks.jpg|thumb|left|300px]]
 +
| [[File:BeeTrack1 2a.png|thumb|left|300px]]
 +
|}
 +
 
 +
<p>Why a bee counter?  While a scale can reveal nectar flows, orientation flight and the general health of the hive, it doesn't answer all the questions.  In discussing [[Hive_Management#Fall_Die_Off|fall die off]] with Dr. Wayne Esaias, he suggested that to really see what was going on, a bee counter was needed.
  
R&D into a visual bee counter using inexpensive USB cameras and openCV has begun, thanks to Dr. Esiaes' suggestion, Blair's introduction to [http://opencv.org OpenCV](Open Source Computer Vision Library) and to the Intel Research Pittsburgh's paper [http://homepages.inf.ed.ac.uk/rbf/VAIB08PAPERS/vaib9_mummert.pdf <i>Video Monitoring of Honey Bee Colonies at the Hive Entrance</i>], by Campbell, Mummert, and Sukthankar.
 
  
 
== Optical Bee Counters ==
 
== Optical Bee Counters ==
  
The earliest reference to a bee counter that could be found is an  article by G. A. Cozens in <a href=cozens1.html><i>Everyday Electronics</i> May, 1972.   
+
The earliest reference to a bee counter that could be found is the article [http://hivetool.org/hardware/counters/cozens1.html <i>Bee Counter</i>]  by G. A. Cozens in Everyday Electronics, May, 1972.   
  
Another early reference summarizing work done by G.A. Buckley, L.G. Davies and D.T. Spindley is found in the <a href=bds_counter.html><i>Proceedings of the British Pharmacological Society</i>, 13th-15th September, 1978.</a>
+
Another early reference, [http://hivetool.org/hardware/counters/bds_counter.html <i>A bee counter for monitoring bee activity and bee behaviour</i>] summarizing work done by G.A. Buckley, L.G. Davies and D.T. Spindley is found in the Proceedings of the British Pharmacological Society, 13th-15th September, 1978.
  
[[Media:US6910941.pdf| Patent Number 6,910,941 Honey Bee Monitoring System for Monitoring Bee Colonies in a Hive]] Bromenshenk et al. assigned to University of Montana
+
In July, 2003, Bromenshenk, Seccomb, Rice and Etter filed [[Media:US6910941.pdf| Patent Number 6,910,941 Honey Bee Monitoring System for Monitoring Bee Colonies in a Hive]] (assigned to University of Montana).
  
[http://www.instructables.com/id/Honey-Bee-Counter Instructables: Honey Bee Counter by hydronics]
+
On October 14th, 2012 Version 2 of the [http://www.instructables.com/id/Honey-Bee-Counter Instructables: Honey Bee Counter by hydronics] was released.
  
 
=== Commercial Products===
 
=== Commercial Products===
Line 17: Line 21:
  
 
==Visual Bee Counter==
 
==Visual Bee Counter==
 +
 +
R&D into a visual bee counter using inexpensive USB cameras and openCV has begun, thanks to Dr. Esiaes' suggestion, Blair's introduction to [http://opencv.org OpenCV](Open Source Computer Vision Library) and to the Intel Research Pittsburgh's paper [http://homepages.inf.ed.ac.uk/rbf/VAIB08PAPERS/vaib9_mummert.pdf <i>Video Monitoring of Honey Bee Colonies at the Hive Entrance</i>], by Campbell, Mummert, and Sukthankar.
 +
 +
=== Goals ===
 +
 +
Design a bee counter using low cost off-the-shelf hardware. Replicate and improve the techniques outlined in <i>Video Monitoring of Honey Bee Colonies at the Hive Entrance</i>, by Campbell, Mummert, and Sukthankar. Optimize the hardware design (camera, enclosure, etc) to simplify the software so that it will run on low power platforms with improved accuracy.
 +
 +
=== Roadmap ===
 +
 +
 +
# Develop camera enclosure and mounting. Some [http://hivetool.org/counter/index.html early camera enclosures].
 +
# Master [[Video|video technology]].  Encode, compress, stream and record video at the hive entrance.
 +
# Create [[test suite of videos]].
 +
# Code [[Bee counter software]].
 +
 +
===Cameras===
 +
Initial tests were conducted using these cameras:
 +
 +
#Logitech 2500
 +
#Logitech C310
 +
#Logitech HD920
 +
 +
Need automatic light level control (auto iris).  Don't really need auto focus.
 +
 +
====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.
 +
##[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.
 +
 +
 
<p><a href=vaib9_mummert.pdf>Video Camera Bee Counter</a>
 
<p><a href=vaib9_mummert.pdf>Video Camera Bee Counter</a>
[http://homepages.inf.ed.ac.uk/rbf/VAIB08PAPERS/vaib9_mummert.pdf Intel Research Pittsburgh, Video Monitoring of honey Bee Colonies]
+
[http://homepages.inf.ed.ac.uk/rbf/VAIB08PAPERS/vaib9_mummert.pdf Intel Research Pittsburgh, Video Monitoring of honey Bee Colonies] [[Visual Bee Counter|More]]

Latest revision as of 05:28, 18 April 2015

Tracks.jpg
BeeTrack1 2a.png

Why a bee counter? While a scale can reveal nectar flows, orientation flight and the general health of the hive, it doesn't answer all the questions. In discussing fall die off with Dr. Wayne Esaias, he suggested that to really see what was going on, a bee counter was needed.

Optical Bee Counters

The earliest reference to a bee counter that could be found is the article Bee Counter by G. A. Cozens in Everyday Electronics, May, 1972.

Another early reference, A bee counter for monitoring bee activity and bee behaviour summarizing work done by G.A. Buckley, L.G. Davies and D.T. Spindley is found in the Proceedings of the British Pharmacological Society, 13th-15th September, 1978.

In July, 2003, Bromenshenk, Seccomb, Rice and Etter filed Patent Number 6,910,941 Honey Bee Monitoring System for Monitoring Bee Colonies in a Hive (assigned to University of Montana).

On October 14th, 2012 Version 2 of the Instructables: Honey Bee Counter by hydronics was released.

Commercial Products

Bee Alert Technology

Visual Bee Counter

R&D into a visual bee counter using inexpensive USB cameras and openCV has begun, thanks to Dr. Esiaes' suggestion, Blair's introduction to OpenCV(Open Source Computer Vision Library) and to the Intel Research Pittsburgh's paper Video Monitoring of Honey Bee Colonies at the Hive Entrance, by Campbell, Mummert, and Sukthankar.

Goals

Design a bee counter using low cost off-the-shelf hardware. Replicate and improve the techniques outlined in Video Monitoring of Honey Bee Colonies at the Hive Entrance, by Campbell, Mummert, and Sukthankar. Optimize the hardware design (camera, enclosure, etc) to simplify the software so that it will run on low power platforms with improved accuracy.

Roadmap

  1. Develop camera enclosure and mounting. Some early camera enclosures.
  2. Master video technology. Encode, compress, stream and record video at the hive entrance.
  3. Create test suite of videos.
  4. Code Bee counter software.

Cameras

Initial tests were conducted using these cameras:

  1. Logitech 2500
  2. Logitech C310
  3. Logitech HD920

Need automatic light level control (auto iris). Don't really need auto focus.

Infrared (night time) Operation

Software

  1. adaptive back-ground subtraction using a background model derived from a running average of the most recent 300 video frames.
    1. How to Use Background Subtraction Methods
    2. Background Subtraction
  2. match an elliptical, graduated template at 16 orientations across each background-subtracted video frame.


<a href=vaib9_mummert.pdf>Video Camera Bee Counter</a> Intel Research Pittsburgh, Video Monitoring of honey Bee Colonies More