Code for grouping adjacent pixels meeting a threshold function together into a distinct object called a "blob."
Blobs can then be broken into sub-blobs based on curvature and gradient-type metrics to seperate sub-blobs from oneanother.
Given Julia Images correspondence between images and matrices, this code actually works on matrices and since the