BlobDetector

A small package that detects and categorizes blobs in images.


License
BSD-3-Clause
Install
pip install BlobDetector

Documentation

BlobDetector is a minimal implementation of two-pass connected component
labeling for simple images:
    http://en.wikipedia.org/wiki/Blob_extraction#Two-pass