Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.19 KB

BuzzSense

As ecological observation are increasingly augmented by autonomous systems, the analysis and transmission of data poses serious problems for information manager. The aim of this project is to bridge the technological gap between the needs of biologists and recent advances in mobile imaging.

To solve this we present BuzzSense, an application for Bee population counting running on an Android mobile device.

To run this application

An android device running Android 4.2 or better.

You will need the OpenCV Manager available on the Play Store.

You will also need to copy images from the project ./samples/ directory to /media/samples/ on your mobile device.

To compile this application

You will need to download the Open CV Android 2.4.8 or better SDK.

You will need to download and install the Android NDK (Native Development Kit).

This program uses native C++ libraries (wraped in easy to use Java calls) for hardware accelerated image processing.