Uses of Interface
org.anchoranalysis.plugin.annotation.counter.ImageCounter
Packages that use ImageCounter
Package
Description
Task to compare a set of annotations to a segmentation or another set of annotations.
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 ImageCounterModifier and TypeMethodDescriptionComparisonSharedState.groupsForImage
(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.counterClasses in org.anchoranalysis.plugin.annotation.counter that implement ImageCounterModifier and TypeClassDescriptionclass
ImageCounterList<T extends Assignment<ObjectMask>>
Allows operations to be applied to severalImageCounter
s collectively.Methods in org.anchoranalysis.plugin.annotation.counter with type parameters of type ImageCounterModifier and TypeMethodDescription<S extends ImageCounter<T>>
booleanImageCounterList.addAll
(Collection<S> e) Adds a collection ofImageCounter
s to the list.Methods in org.anchoranalysis.plugin.annotation.counter that return types with arguments of type ImageCounterModifier and TypeMethodDescriptionImageCounterList.iterator()
ImageCounterList.stream()
Returns a sequentialStream
with this list as its source.Methods in org.anchoranalysis.plugin.annotation.counter with parameters of type ImageCounterModifier and TypeMethodDescriptionboolean
ImageCounterList.add
(ImageCounter<T> e) Adds anImageCounter
to the list.