B D F G I L W

I

imageFindBlobs(PImage) - Method in class Blobscanner.Detector
Like findBlobs(int[],int,int) but to be used with a PImage object.
isBlob(int, int) - Method in class Blobscanner.Detector
Returns true if at x y location finds a blob pixel.
isEdge(int, int) - Method in class Blobscanner.Detector
Returns true if the pixel at x y coordinates is a blob edge pixel.
isMatch(int, int, int) - Method in class Blobscanner.Detector
Returns true only if the pixel at the coordinates x y is inside the blob represented by the parameter blobToMatch.

B D F G I L W