Uses of Interface
net.grelf.grip.Blob

Packages that use Blob
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.1.1 
 

Uses of Blob in net.grelf.grip
 

Classes in net.grelf.grip that implement Blob
 class Blob_
          Representing the shape of a contiguous set of pixels which have been detected in an image.
 

Fields in net.grelf.grip declared as Blob
 Blob BlobMeas.blob
          Reference to the blob that was measured.
 

Methods in net.grelf.grip that return Blob
 Blob Blob.getBackgroundDisc()
          For accurate brightness measurement in BlobMenu.
 Blob Blob_.getBackgroundDisc()
          For accurate brightness measurement in BlobMenu.
 Blob Blob.getBrightnessDisc()
          For accurate brightness measurement in BlobMenu.
 Blob Blob_.getBrightnessDisc()
          For accurate brightness measurement in BlobMenu.
 

Methods in net.grelf.grip that return types with arguments of type Blob
 java.util.List<Blob> BlobMask.detectBlobs()
          Detect blobs in the mask, including 1-pixel ones.
 java.util.List<Blob> BlobMask.detectBlobs(boolean includeSinglePixelBlobs)
          Detect blobs in the mask, optionally including 1-pixel ones.
 

Methods in net.grelf.grip with parameters of type Blob
 BlobMeas BlobMeasList.getNearestBlob(Blob blob)
          Find the nearest neighbour to the given blob.