Intro

arrow
This library is aimed at doing computer vision by finding ‘blobs’ on an image , that is to say areas whose brightness is above or below a particular value.

It allows to compute blobs’edges as well as blobs’bounding box. However, this library does not perform blob tracking, it only tries to find all blobs each frame it was fed with.

It was primarly developped for Processing (Beta) but can be used in any java programs.

Releases

arrow
September 2006
Publishing this new website. I closely worked with Philip Worthington for enhancing the lib which is going to be released soon. Source codes of the lib are now available in the download page.

arrow
December 2005
Added computation of triangles for each blobs, allowing fast drawing of filled blobs. As an example, I developped a small application showing kaleidoscopic effect.

arrow
May 2005
Release as .jar, which can be included in Processing (BETA). The lib supports Blob Detection now.

arrow
June 2004
First release of an EdgeDection procedure. See video here.

Site developped with RQSite, FlashDevelop and CodeColorizer.