Uses of Interface
org.anchoranalysis.annotation.io.image.findable.Findable
| Package | Description |
|---|---|
| org.anchoranalysis.annotation.io.bean.comparer |
What to compare an annotation (ground truth) against?
|
| org.anchoranalysis.annotation.io.image.findable |
The outcome of searching for annotations or images on the file-system.
|
-
Uses of Findable in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer that return Findable Modifier and Type Method Description abstract Findable<org.anchoranalysis.image.voxel.object.ObjectCollection>ComparableSource. loadAsObjects(Path reference, org.anchoranalysis.image.core.dimensions.Dimensions dimensions, boolean debugMode, org.anchoranalysis.core.time.OperationContext context)Loads the source of elements from the file-system and converts to aObjectCollection. -
Uses of Findable in org.anchoranalysis.annotation.io.image.findable
Classes in org.anchoranalysis.annotation.io.image.findable that implement Findable Modifier and Type Class Description classFound<T>A positive-result when an object is found at a particular location.classNotFound<T>A negative-result when an object is not found at a particular location.