Skip to content

kikoso/cvBlob-for-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvBlob-for-Android

cvBlob is a library designed specifically for Android, in order to perform blob detection and extraction. The library has been designed based on a single-pass algorithm, detecting first the blobs, and then labeling and optimizing them.

I used as a base the Java algorithm proposed by Dr. Andrew Greensted, although I soon realized that the implementation was not suitable for Android based-phones. With the library there is a sample application provided, so you can check the basics.

If you have any comment about the library, feel free to contact me at [email protected]

You can access further information about labeling tables and labeling.

You can download an APK demo or the full library

Remember that in order to use the library, you have to add to your project as a library. In order to accomplish that, you should add it on the target project, under "Properties -> Android -> Add Library"

Screenshot

Acknowledgements

Usage

Being the "variable" bitmap a Bitmap, proceed as follows:

BlobDetection blob = new BlobDetection(bitmap);
Bitmap anotherBitmap = blob.getBlob(bitmap);

The variable "blobList" contains information about all the blobs found

Developed By

Enrique López Mañas - [email protected]

Follow me on Twitter Follow me on Google+ Follow me on LinkedIn

About

Blob detection and extraction for Android!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages