Uses of Class
org.anchoranalysis.io.output.enabled.OutputEnabledMutable
Packages that use OutputEnabledMutable
Package
Description
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
Non-beans pertaining to whether a particular output is enabled or not.
Beans to combine two or more annotations.
Task to compare a set of annotations to a segmentation or another set of annotations.
Pairs annotations from two different sets, creating an assignment of some type.
Combining multiple images together into a single image.
Tasks pertaining to
Feature
s.Tasks for converting image-formats.
Task(s) to export histograms of intensity values.
Associating labels with images.
Tasks to scale an image.
Tasks to segment an image.
Tasks that process on one or more slices from a z-stack.
Implementations of
Task
related to file-system
I/O.Converting from
NamedChannelsInput
to the
input-type expected by a Task
.-
Uses of OutputEnabledMutable in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task that return OutputEnabledMutableModifier and TypeMethodDescriptionTask.defaultOutputs()
If specified, default rules for determine which outputs are enabled or not. -
Uses of OutputEnabledMutable in org.anchoranalysis.io.output.enabled
Methods in org.anchoranalysis.io.output.enabled that return OutputEnabledMutableModifier and TypeMethodDescriptionOutputEnabledMutable.addEnabledOutputFirst
(String... outputNames) Adds enabled first-level outputs.OutputEnabledMutable.addEnabledOutputs
(OutputEnabledMutable other) Adds enabled outputs from anotherOutputEnabledMutable
.OutputEnabledMutable.addEnabledOutputSecond
(String outputNameFirstLevel, String... outputNames) Adds enabled second-level outputs.Methods in org.anchoranalysis.io.output.enabled with parameters of type OutputEnabledMutableModifier and TypeMethodDescriptionOutputEnabledMutable.addEnabledOutputs
(OutputEnabledMutable other) Adds enabled outputs from anotherOutputEnabledMutable
. -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.annotation.bean.aggregate
Methods in org.anchoranalysis.plugin.annotation.bean.aggregate that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.annotation.bean.comparison.assigner
Methods in org.anchoranalysis.plugin.annotation.bean.comparison.assigner with parameters of type OutputEnabledMutableModifier and TypeMethodDescriptionabstract void
AnnotationComparisonAssigner.addDefaultOutputs
(OutputEnabledMutable outputs) Adds any default outputs that should occur from the assigner.void
FeatureCostAssigner.addDefaultOutputs
(OutputEnabledMutable outputs) void
MaskIntersectionAssigner.addDefaultOutputs
(OutputEnabledMutable outputs) -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.image.task.bean.grouped.histogram
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.histogram that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.image.task.bean.segment
Methods in org.anchoranalysis.plugin.image.task.bean.segment that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.image.task.bean.slice
Methods in org.anchoranalysis.plugin.image.task.bean.slice that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.mpp.bean.convert
Methods in org.anchoranalysis.plugin.mpp.bean.convert that return OutputEnabledMutable -
Uses of OutputEnabledMutable in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define that return OutputEnabledMutableMethods in org.anchoranalysis.plugin.mpp.bean.define with parameters of type OutputEnabledMutableModifier and TypeMethodDescriptionvoid
DefineOutputter.addAllOutputNamesTo
(OutputEnabledMutable outputEnabled) Adds all possible output-names to aOutputEnabledMutable
.