public interface BlobDetector extends CustomisableProcess
Modifier and Type | Method and Description |
---|---|
java.util.List<BaseBlob> |
getBlobs(BooleanImage image,
ij.process.ImageProcessor raw)
Finds the connected areas on the binary image and makes a list of the
blobs.
|
getName, getNewInstance, showGUI
java.util.List<BaseBlob> getBlobs(BooleanImage image, ij.process.ImageProcessor raw)
image
- binary imageraw
- If the raw parameter is not null, the original pixel
information is stored in the blob file.hu.elte.animaltracker.model.tracking.blobs.BaseBlob;