Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 786 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 786 Bytes

ObjectCounter

Build Status

An example of OpenCV used by Android Application. This application demonstrates about how we can use OpenCV to do real time image processing.

This application counts the color blobs available in an camera screen. If you look at the below screenshot you will find out that the color blobs are surrounded by a red line area.

![Screenshot of Andriod app counting the color Blobs](https://dl.dropboxusercontent.com/s/2lmma5z3bor90vq/color%20blob%20detection%20android%20opencv.png?dl=0"Color Blob")

Find the respective tutorial here : http://subodhjena.com/opencv-android-an-object-counting-application/

Please feel free to fork it.