Uses of Interface
org.anchoranalysis.plugin.annotation.counter.ImageCounter
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.annotation.bean.comparison |
Task to compare a set of annotations to a segmentation or another set of annotations.
|
| org.anchoranalysis.plugin.annotation.counter |
Utility classes for counting images incrementally.
|
-
Uses of ImageCounter in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return ImageCounter Modifier and Type Method Description ImageCounter<T>ComparisonSharedState. groupsForImage(org.anchoranalysis.plugin.annotation.bean.comparison.SplitString descriptiveSplit)Retrieves the groups for a given image based on its descriptive split. -
Uses of ImageCounter in org.anchoranalysis.plugin.annotation.counter
Subinterfaces of ImageCounter in org.anchoranalysis.plugin.annotation.counter Modifier and Type Interface Description interfaceImageCounterWithStatistics<T>LikeImageCounterbut also exports statistics.Classes in org.anchoranalysis.plugin.annotation.counter that implement ImageCounter Modifier and Type Class Description classImageCounterList<T extends org.anchoranalysis.annotation.io.assignment.Assignment<org.anchoranalysis.image.voxel.object.ObjectMask>>Allows operations to be applied to severalImageCounters collectively.Methods in org.anchoranalysis.plugin.annotation.counter with type parameters of type ImageCounter Modifier and Type Method Description <S extends ImageCounter<T>>
booleanImageCounterList. addAll(Collection<S> e)Adds a collection ofImageCounters to the list.Methods in org.anchoranalysis.plugin.annotation.counter that return types with arguments of type ImageCounter Modifier and Type Method Description Iterator<ImageCounter<T>>ImageCounterList. iterator()Stream<ImageCounter<T>>ImageCounterList. stream()Returns a sequentialStreamwith this list as its source.Methods in org.anchoranalysis.plugin.annotation.counter with parameters of type ImageCounter Modifier and Type Method Description booleanImageCounterList. add(ImageCounter<T> e)Adds anImageCounterto the list.