Uses of Class
org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader
Packages that use InputManagerWithStackReader
Package
Description
Beans for reading data structures related to marked point processes from the file system.
Task to compare a set of annotations to a segmentation or another set of annotations.
Grouping files together so that they collectively represent a single entity.
InputManager
s that accept a set of
named-channels.Implementations of
InputManager
that process Stack
s.-
Uses of InputManagerWithStackReader in org.anchoranalysis.mpp.io.bean.input
Subclasses of InputManagerWithStackReader in org.anchoranalysis.mpp.io.bean.inputModifier and TypeClassDescriptionclass
Manages input forMultiInput
objects, combining various input sources. -
Uses of InputManagerWithStackReader in org.anchoranalysis.plugin.annotation.bean.comparison
Modifier and TypeClassDescriptionclass
AnnotationComparisonInputManager<T extends InputFromManager>
An input manager for annotation comparison that extendsInputManagerWithStackReader
. -
Uses of InputManagerWithStackReader in org.anchoranalysis.plugin.io.bean.file.group
Subclasses of InputManagerWithStackReader in org.anchoranalysis.plugin.io.bean.file.groupModifier and TypeClassDescriptionclass
AnInputManagerWithStackReader
that can unify separate images in separate files to form a singleStack
. -
Uses of InputManagerWithStackReader in org.anchoranalysis.plugin.io.bean.input.channel
Modifier and TypeClassDescriptionclass
An image viewed as a set of channels, each with a unique name.class
class
Parent for all theNamedChannels
classes -
Uses of InputManagerWithStackReader in org.anchoranalysis.plugin.io.bean.input.stack
Subclasses of InputManagerWithStackReader in org.anchoranalysis.plugin.io.bean.input.stackModifier and TypeClassDescriptionclass
AnInputManager
where each file provides one or moreStack
s.