Uses of Class
org.anchoranalysis.image.core.channel.Channel
Packages that use Channel
Package
Description
A particular stack used in feature-calculations called a
EnergyStack
together with related classes.Base classes for performing operations on
Channel
s.Classes that are used elsewhere in this package but which aren't themselves AnchorBeans.
Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
Base classes for providers of different core data entities related to images.
Base classes to segment a channel into objects.
The
Channel
core data-class and related operations
and converters.Converts a channel to other data-types.
Converts a channel to another data-type based upon another object to which it is attached.
Converts a channel to another data-type based upon a
Channel
to which it is attached.Converts a channel to another data-type based upon a
Histogram
to which it is attached.Factory classes for creating
Channel
for various
voxel data-types.An image with only two permissible states.
The key data entity
org.anchoranalysis.image.voxel.object
and related-classes and
operations.Labelling elements (object-masks or similar) with unique successive integers in a channel.
Defines the key data object,
Stack
, and related
classes.Non-bean classes for reading a
Channel
from the
filesystem.Non-bean classes for a mapping of names to
Channel
s.Non-bean classes for writing a
Channel
to the
filesystem.Non-bean classes for filesystem I/O using Bioformats.
Converts the byte stream opened by Bioformats into channels of particular data-type.
Converts to and from ImageJ data-structures for images.
Implementations of
ChannelProvider
that use FIJI.Euclidean Distance Transform
implementations via FIJI.
Implementations of
MaskProvider
that use FIJI.Implementations of
ConvertChannelTo
and ConvertChannelToWithHistogram
.Implementations of
ChannelProvider
that are
generic base-classes or otherwise abstract or general.Implementations of
ChannelProvider
that perform
arithmetic on voxels in one or more Channel
s.Implementations of
ChannelProvider
that sets the
values of the voxels in a Channel
.Implementations of
ChannelProvider
that converts a
Channel
from one voxel-type to another.Implementations of
ChannelProvider
that calculate
the gradient of a Channel
's voxels in one or more
dimensions.Implementations of
ChannelProvider
that manipulate
the intensity-values of the voxels of a Channel
's
voxels.Implementations of
ChannelProvider
that involve
conversion from or application of Mask
s.Implementations of
ChannelProvider
that involve
conversion from or application of ObjectMask
s.Implementations of
ChannelProvider
that assign a
score to particular subregions of a channel.Implementations of
ChannelProvider
that process 3D
channels slice-by-slice.Implementations of
MaskProvider
.Implementations of
MaskProvider
that convert
providers of other types to ObjectMask
s.Implementations of
ObjectCollectionProvider
.Implementations of
ObjectCollectionProvider
involving segmentation.Implementations of
SegmentChannelIntoObjects
.Minima imposition for a Watershed transformation.
Implementation of a Watershed transformation
based on Yeong et al. 2009.
Implementations of
StackProvider
that color
portions of an image.Non-beans for operations or calculations relating to
Channel
s.Implementations of
FeatureSingleObject
that reference a
particular Channel
in the associated EnergyStack
.Implementations of
FeatureSingleObject
that measure an object's
intensity on a corresponding Channel
.Non-bean for operations or calculations relating to intensity.
Non-beans for calculating a thresholding level from itensity values.
Combining multiple images together into a single image.
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Task(s) to export histograms of intensity values.
Non-bean classes about grouping channels or other inputs.
Non-bean classes pertaining to stacks and channels as used in tasks.
Implementations of
ChannelProvider
that call ImageJ.Non-linear filters using ImageJ that use the statistical rank of the intensity values in the
kernel.
Implementations of
ChannelProvider
that call ImageJ.Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
Utilities for testing-related reading and writing to the filesystem.
-
Uses of Channel in org.anchoranalysis.feature.energy
Methods in org.anchoranalysis.feature.energy that return ChannelModifier and TypeMethodDescriptionEnergyStack.getChannel
(int index) Returns the channel at a particular position in the stack.final Channel
EnergyStackWithoutParameters.getChannel
(int index) Returns the channel at a particular position in the stack.Constructors in org.anchoranalysis.feature.energy with parameters of type ChannelModifierConstructorDescriptionEnergyStack
(Channel channel) Create from a singleChannel
.EnergyStackWithoutParameters
(Channel channel) Create a energy-stack comprised of a single channel -
Uses of Channel in org.anchoranalysis.image.bean.channel
Methods in org.anchoranalysis.image.bean.channel that return ChannelModifier and TypeMethodDescriptionChannelAggregator.aggregatedChannel()
Retrieve or create aChannel
with containing the aggregated values.protected abstract Channel
ChannelAggregator.retrieveCreateAggregatedChannel()
Retrieve or create an aggregated-channel of typeoutputType
.Methods in org.anchoranalysis.image.bean.channel with parameters of type ChannelModifier and TypeMethodDescriptionvoid
ChannelAggregator.addChannel
(Channel channel, Logger logger) Adds aChannel
to the aggregation.protected abstract void
ChannelAggregator.addChannelAfterCheck
(Channel channel) Adds aChannel
to the aggregation - after checkingchannel
has acceptable dimensions. -
Uses of Channel in org.anchoranalysis.image.bean.displayer
Methods in org.anchoranalysis.image.bean.displayer that return types with arguments of type ChannelModifier and TypeMethodDescriptionprotected ChannelConverterAttached
<Channel, UnsignedByteBuffer> IntensityQuantiles.createConverterFor
(VoxelDataType dataType) protected abstract ChannelConverterAttached
<Channel, UnsignedByteBuffer> StackDisplayer.createConverterFor
(VoxelDataType dataType) Determines what kind of converter to use for a particular channel, to map it to an unsigned 8-bit channel.Methods in org.anchoranalysis.image.bean.displayer with parameters of type ChannelModifier and TypeMethodDescriptionStackDisplayer.deriveFrom
(Channel channel) Creates from aChannel
. -
Uses of Channel in org.anchoranalysis.image.bean.nonbean
Methods in org.anchoranalysis.image.bean.nonbean with parameters of type ChannelModifier and TypeMethodDescriptionvoid
ConsistentChannelChecker.checkChannelType
(Channel channel) Checks that a channel has the same type (max value) as the others. -
Uses of Channel in org.anchoranalysis.image.bean.nonbean.init
Methods in org.anchoranalysis.image.bean.nonbean.init that return types with arguments of type Channel -
Uses of Channel in org.anchoranalysis.image.bean.provider
Methods in org.anchoranalysis.image.bean.provider that return ChannelModifier and TypeMethodDescriptionprotected abstract Channel
ChannelProviderUnary.createFromChannel
(Channel channel) Creates aChannel
given the entity provided by the delegate.ChannelProviderBinary.get()
ChannelProviderTernary.get()
ChannelProviderUnary.get()
protected abstract Channel
Creates aChannel
given the two entities provided by the delegates.protected abstract Channel
Creates aChannel
given the two entities provided by the delegates.Methods in org.anchoranalysis.image.bean.provider with parameters of type ChannelModifier and TypeMethodDescriptionprotected abstract Channel
ChannelProviderUnary.createFromChannel
(Channel channel) Creates aChannel
given the entity provided by the delegate.protected abstract Channel
Creates aChannel
given the two entities provided by the delegates.protected abstract Channel
Creates aChannel
given the two entities provided by the delegates. -
Uses of Channel in org.anchoranalysis.image.bean.segment.object
Methods in org.anchoranalysis.image.bean.segment.object with parameters of type ChannelModifier and TypeMethodDescriptionprotected static void
SegmentChannelIntoObjects.checkUnsupported3D
(Channel channel) Throws an exception if the channel has more than one z-slice, as 3D is unsupported by the implementation.abstract ObjectCollection
SegmentChannelIntoObjects.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds) Segments a channel to produce an object-collection.SegmentChannelIntoObjectsUnary.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds) protected abstract ObjectCollection
SegmentChannelIntoObjectsUnary.segment
(Channel channel, Optional<ObjectMask> object, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) Creates anObjectCollection
given the segmentation-results provided by the delegate. -
Uses of Channel in org.anchoranalysis.image.core.channel
Methods in org.anchoranalysis.image.core.channel that return ChannelModifier and TypeMethodDescriptionChannel.duplicate()
A deep-copy.Channel.extractSlice
(int sliceIndex) Creates a newChannel
containing only one particular slice.Channel.projectMax()
A maximum-intensity projection across the z-slices.Channel.projectMean()
A mean-intensity projection across the z-slices.Channel.resizeXY
(int x, int y, VoxelsResizer resizer) LikeresizeXY(Extent, VoxelsResizer)
but specifies the size viaint
parameters.Channel.resizeXY
(Extent extentToAssign, VoxelsResizer resizer) Resizes the dimensions of the channel, interpolating the existing voxel values to match.Channel.scaleXY
(ScaleFactor scaleFactor, VoxelsResizer resizer) Resizes the dimensions of the channel, by scaling the existing size by a factor.Methods in org.anchoranalysis.image.core.channel with parameters of type ChannelModifier and TypeMethodDescriptionboolean
Channel.equalsDeep
(Channel other, boolean compareResolution) Are the two channels equal using a deep voxel by voxel comparison? -
Uses of Channel in org.anchoranalysis.image.core.channel.convert
Methods in org.anchoranalysis.image.core.channel.convert that return ChannelModifier and TypeMethodDescriptionChannelConverter.convert
(Channel channel, ConversionPolicy changeExisting) Convertschannel
to have voxels with data-typeT
.ChannelConverterMulti.convert
(Channel channel, VoxelDataType outputVoxelType) Converts aChannel
's voxels to another type.Methods in org.anchoranalysis.image.core.channel.convert with parameters of type ChannelModifier and TypeMethodDescriptionChannelConverter.convert
(Channel channel, ConversionPolicy changeExisting) Convertschannel
to have voxels with data-typeT
.ChannelConverterMulti.convert
(Channel channel, VoxelDataType outputVoxelType) Converts aChannel
's voxels to another type. -
Uses of Channel in org.anchoranalysis.image.core.channel.convert.attached
Methods in org.anchoranalysis.image.core.channel.convert.attached that return ChannelModifier and TypeMethodDescriptionChannelConverterAttached.convert
(Channel channel, ConversionPolicy changeExisting) Converts the voxel-type in aChannel
.Methods in org.anchoranalysis.image.core.channel.convert.attached with parameters of type ChannelModifier and TypeMethodDescriptionChannelConverterAttached.convert
(Channel channel, ConversionPolicy changeExisting) Converts the voxel-type in aChannel
. -
Uses of Channel in org.anchoranalysis.image.core.channel.convert.attached.channel
Methods in org.anchoranalysis.image.core.channel.convert.attached.channel that return ChannelModifier and TypeMethodDescriptionIntensityRange.convert
(Channel channel, ConversionPolicy changeExisting) MaxIntensity.convert
(Channel channel, ConversionPolicy changeExisting) Methods in org.anchoranalysis.image.core.channel.convert.attached.channel with parameters of type ChannelModifier and TypeMethodDescriptionvoid
IntensityRange.attachObject
(Channel channel) void
MaxIntensity.attachObject
(Channel channel) IntensityRange.convert
(Channel channel, ConversionPolicy changeExisting) MaxIntensity.convert
(Channel channel, ConversionPolicy changeExisting) -
Uses of Channel in org.anchoranalysis.image.core.channel.convert.attached.histogram
Methods in org.anchoranalysis.image.core.channel.convert.attached.histogram that return ChannelModifier and TypeMethodDescriptionMaxIntensityFromHistogram.convert
(Channel channel, ConversionPolicy changeExisting) QuantileIntensityFromHistogram.convert
(Channel channel, ConversionPolicy changeExisting) UpperLowerQuantileIntensityFromHistogram.convert
(Channel channel, ConversionPolicy changeExisting) Methods in org.anchoranalysis.image.core.channel.convert.attached.histogram with parameters of type ChannelModifier and TypeMethodDescriptionMaxIntensityFromHistogram.convert
(Channel channel, ConversionPolicy changeExisting) QuantileIntensityFromHistogram.convert
(Channel channel, ConversionPolicy changeExisting) UpperLowerQuantileIntensityFromHistogram.convert
(Channel channel, ConversionPolicy changeExisting) -
Uses of Channel in org.anchoranalysis.image.core.channel.factory
Methods in org.anchoranalysis.image.core.channel.factory that return ChannelModifier and TypeMethodDescriptionChannelFactory.create
(Dimensions dimensions, VoxelDataType channelDataType) Creates an empty initialized channel for a particular data-type.Create aChannel
from particular voxels.ChannelFactory.create
(Voxels<?> voxels, Optional<Resolution> resolution) Create aChannel
from particular voxels.ChannelFactorySingleType.create
(Voxels<?> voxels, Optional<Resolution> resolution) Create aChannel
from voxels and a resolution.ChannelFactorySingleType.createEmptyInitialised
(Dimensions dimensions) Create aChannel
initialized with zero-valued voxel-buffers.ChannelFactory.createEmptyInitialisedToSupportMaxValue
(Dimensions dimensions, long maxIntensityValueNeeded) Creates an empty initialized channel with discrete type with as minimal as needed data-type to support a maximum value.ChannelFactorySingleType.createEmptyUninitialised
(Dimensions dimensions) Create aChannel
without initialization with voxel-buffers.ChannelFactory.createUninitialised
(Dimensions dimensions, VoxelDataType channelDataType) Create aChannel
without initialization with voxel-buffers. -
Uses of Channel in org.anchoranalysis.image.core.mask
Methods in org.anchoranalysis.image.core.mask that return ChannelModifier and TypeMethodDescriptionMask.channel()
The underlying channel which contains the binary-values.Constructors in org.anchoranalysis.image.core.mask with parameters of type ChannelModifierConstructorDescriptionCreates a mask from an existing channel using default values for off (0) and on (255).Mask
(Channel channel, BinaryValuesInt binaryValues) Creates a mask from an existing channel. -
Uses of Channel in org.anchoranalysis.image.core.object
Methods in org.anchoranalysis.image.core.object with parameters of type ChannelModifier and TypeMethodDescriptionstatic Histogram
HistogramFromObjectsFactory.createFrom
(Channel channel, Optional<Mask> mask) Creates aHistogram
of all voxel intensity values inchannel
, or only those inmask
if it is dfined.static Histogram
HistogramFromObjectsFactory.createFrom
(Channel channel, Mask mask) static Histogram
HistogramFromObjectsFactory.createFrom
(Channel channel, ObjectCollection objects) static Histogram
HistogramFromObjectsFactory.createFrom
(Channel channel, ObjectMask object) -
Uses of Channel in org.anchoranalysis.image.core.object.label
Methods in org.anchoranalysis.image.core.object.label that return ChannelModifier and TypeMethodDescriptionLabelObjects.createLabelledChannel
(BoundedList<T> elements, Optional<Map<Integer, T>> mapLabels) Creates a channel that contains a unique integer (label) for each element's object-representation.Methods in org.anchoranalysis.image.core.object.label with parameters of type ChannelModifier and TypeMethodDescriptionvoid
LabelObjects.labelElements
(Channel channel, Iterable<T> elements, Optional<Map<Integer, T>> mapLabels) Replaces the contents of the channel so that all element's voxels are labelled with successive unique integer identifiers 1,2,3 etc. and voxels in no element are 0. -
Uses of Channel in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack that return ChannelModifier and TypeMethodDescriptionRGBStack.blue()
The blue channel.DisplayStack.createChannel
(int index, boolean alwaysNew) CreateChannel
for a particularindex
after applying conversion.DisplayStack.extractChannelForBoundingBox
(int index, BoundingBox box) RGBStack.getChannel
(int index) Returns the channel at a particular position in the stack.final Channel
Stack.getChannel
(int index) Returns the channel at a particular position in the stack.final Channel
StackNotUniformSized.getChannel
(int index) Returns the channel at a particular position in the stack.RGBStack.green()
The green channel.RGBStack.red()
The red channel.Methods in org.anchoranalysis.image.core.stack that return types with arguments of type ChannelModifier and TypeMethodDescriptionStack.asListChannels()
DisplayStack.getConverters()
A list of optional converters that will be applied to the respective channel instack
if they exist.RGBStack.iterator()
Stack.iterator()
StackNotUniformSized.iterator()
Methods in org.anchoranalysis.image.core.stack with parameters of type ChannelModifier and TypeMethodDescriptionfinal void
Stack.addChannel
(Channel channel) Appends a channel to the stack, as the new final-most channel position-wise.final void
StackNotUniformSized.addChannel
(Channel channel) Appends a channel to the stack, as the new final-most channel position-wise.Method parameters in org.anchoranalysis.image.core.stack with type arguments of type ChannelModifier and TypeMethodDescriptionvoid
ChannelMapper.consumeChannelIfSupported
(int channelIndex, BiConsumer<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>> consumer, Consumer<Channel> fallback) LikeChannelMapper.mapChannelIfSupported(int, BiFunction, Function)
but the mapping has no return-type.void
ChannelMapper.consumeChannelIfSupported
(int channelIndex, BiConsumer<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>> consumer, Consumer<Channel> fallback) LikeChannelMapper.mapChannelIfSupported(int, BiFunction, Function)
but the mapping has no return-type.void
ChannelMapper.consumeChannelIfSupported
(int channelIndex, BiConsumer<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>> consumer, Consumer<Channel> fallback) LikeChannelMapper.mapChannelIfSupported(int, BiFunction, Function)
but the mapping has no return-type.RGBStack.mapChannel
(CheckedUnaryOperator<Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel.Stack.mapChannel
(CheckedUnaryOperator<Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel.<T> T
ChannelMapper.mapChannelIfSupported
(int channelIndex, BiFunction<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>, T> mapFunction, Function<Channel, T> fallback) <T> T
ChannelMapper.mapChannelIfSupported
(int channelIndex, BiFunction<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>, T> mapFunction, Function<Channel, T> fallback) <T> T
ChannelMapper.mapChannelIfSupported
(int channelIndex, BiFunction<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>, T> mapFunction, Function<Channel, T> fallback) Stack.mapChannelWithIndex
(CheckedBiFunction<Channel, Integer, Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel (with an index of the channel also available).Stack.mapChannelWithIndex
(CheckedBiFunction<Channel, Integer, Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel (with an index of the channel also available).Constructors in org.anchoranalysis.image.core.stack with parameters of type ChannelModifierConstructorDescriptionCreate withChannel
s for each color.Creates from a varying number of channels, and a flag to indicate if they represent an RGB image or not.Creates aStack
with a single channel.StackNotUniformSized
(Channel channel) Creates from a singleChannel
.Constructor parameters in org.anchoranalysis.image.core.stack with type arguments of type ChannelModifierConstructorDescriptionChannelMapper
(IntFunction<Channel> channelGetter, IntFunction<Optional<ChannelConverterAttached<Channel, UnsignedByteBuffer>>> converterGetter) Creates a newChannelMapper
instance.DisplayStack
(Stack stack, boolean eventuallyThree, Function<VoxelDataType, ChannelConverterAttached<Channel, UnsignedByteBuffer>> createConverter) Create for a particularStack
that may needed to be converted.LikeStack(Stream)
but allows explicitly setting whether it should be interpreted as RGB or not.StackNotUniformSized
(Stream<Channel> channelStream) Creates from a stream ofChannel
s. -
Uses of Channel in org.anchoranalysis.image.io.channel.input
Methods in org.anchoranalysis.image.io.channel.input that return ChannelModifier and TypeMethodDescriptionChannelGetter.getChannel
(String channelName, int timeIndex, Logger logger) Retrieve theChannel
corresponding tochannelName
at a particular time-frame. -
Uses of Channel in org.anchoranalysis.image.io.channel.map
Methods in org.anchoranalysis.image.io.channel.map that return ChannelModifier and TypeMethodDescriptionNamedChannelsConcatenate.getChannel
(String channelName, int timeIndex, Logger logger) OpenedNamedChannels.getChannel
(String channelName, int timeIndex, Logger logger) Methods in org.anchoranalysis.image.io.channel.map that return types with arguments of type ChannelModifier and TypeMethodDescriptionNamedChannelsConcatenate.getChannelOptional
(String channelName, int timeIndex, Logger logger) NamedChannelsMap.getChannelOptional
(String channelName, int timeIndex, Logger logger) Gets a channel if it exists, returning empty if it doesn't.OpenedNamedChannels.getChannelOptional
(String channelName, int timeIndex, Logger logger) -
Uses of Channel in org.anchoranalysis.image.io.channel.output
Methods in org.anchoranalysis.image.io.channel.output with parameters of type Channel -
Uses of Channel in org.anchoranalysis.io.bioformats
Methods in org.anchoranalysis.io.bioformats that return Channel -
Uses of Channel in org.anchoranalysis.io.bioformats.copyconvert
Method parameters in org.anchoranalysis.io.bioformats.copyconvert with type arguments of type ChannelModifier and TypeMethodDescriptionstatic void
CopyConvert.copyAllFrames
(loci.formats.IFormatReader reader, List<Channel> destination, ImageFileShape targetShape, ConvertTo<?> convertTo, ReadOptions readOptions, OrientationChange orientationCorrection) Copies all frames, channels, z-slices (in a byte-array) into a destination set ofChannel
s converting them if necessary along the way. -
Uses of Channel in org.anchoranalysis.io.imagej.convert
Methods in org.anchoranalysis.io.imagej.convert that return ChannelModifier and TypeMethodDescriptionstatic Channel
ConvertFromImagePlus.toChannel
(ij.ImagePlus imagePlus, Optional<Resolution> resolution) Converts anImagePlus
to aChannel
.Methods in org.anchoranalysis.io.imagej.convert with parameters of type Channel -
Uses of Channel in org.anchoranalysis.plugin.fiji.bean.channel.provider
Methods in org.anchoranalysis.plugin.fiji.bean.channel.provider that return ChannelModifier and TypeMethodDescriptionAnisotropicDiffusion.createFromChannel
(Channel channel) MinimumFilter.createFromChannel
(Channel channel) Methods in org.anchoranalysis.plugin.fiji.bean.channel.provider with parameters of type ChannelModifier and TypeMethodDescriptionAnisotropicDiffusion.createFromChannel
(Channel channel) MinimumFilter.createFromChannel
(Channel channel) -
Uses of Channel in org.anchoranalysis.plugin.fiji.bean.channel.provider.distance
Methods in org.anchoranalysis.plugin.fiji.bean.channel.provider.distance that return ChannelModifier and TypeMethodDescriptionprotected Channel
DistanceTransformForEachObject3D.createFromDimensions
(Dimensions dimensions) protected Channel
DistanceTransform3D.createFromMask
(Mask mask) -
Uses of Channel in org.anchoranalysis.plugin.fiji.bean.mask.provider
Methods in org.anchoranalysis.plugin.fiji.bean.mask.provider with parameters of type ChannelModifier and TypeMethodDescriptionprotected Mask
AutoLocalThreshold.createFromSource
(Channel channel) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.aggregator
Methods in org.anchoranalysis.plugin.image.bean.channel.aggregator that return ChannelModifier and TypeMethodDescriptionprotected Channel
ProjectableBufferAggregator.retrieveCreateAggregatedChannel()
Methods in org.anchoranalysis.plugin.image.bean.channel.aggregator with parameters of type ChannelModifier and TypeMethodDescriptionprotected void
ProjectableBufferAggregator.addChannelAfterCheck
(Channel channel) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider
Methods in org.anchoranalysis.plugin.image.bean.channel.provider that return ChannelModifier and TypeMethodDescriptionprotected Channel
Duplicate.createFromChannel
(Channel channel) IfParamEquals.createFromChannel
(Channel channel) UnaryWithObjectsBase.createFromChannel
(Channel channel) protected abstract Channel
UnaryWithObjectsBase.createFromChannel
(Channel channel, ObjectCollection objects) Creates a new channel from an existing channel and a collection of objects.UnaryWithValueBase.createFromChannel
(Channel channel) protected abstract Channel
UnaryWithValueBase.createFromChannelWithConstant
(Channel channel, double value) Creates a new channel from an existing channel and a scalar value.protected Channel
CreateNew.createFromDimensions
(Dimensions dimensions) protected abstract Channel
FromDimensionsBase.createFromDimensions
(Dimensions dimensions) Creates a channel from the given dimensions.FromDimensionsBase.get()
FromInput.get()
FromStack.get()
Reference.get()
protected Channel
Methods in org.anchoranalysis.plugin.image.bean.channel.provider with parameters of type ChannelModifier and TypeMethodDescriptionprotected Channel
Duplicate.createFromChannel
(Channel channel) IfParamEquals.createFromChannel
(Channel channel) UnaryWithObjectsBase.createFromChannel
(Channel channel) protected abstract Channel
UnaryWithObjectsBase.createFromChannel
(Channel channel, ObjectCollection objects) Creates a new channel from an existing channel and a collection of objects.UnaryWithValueBase.createFromChannel
(Channel channel) protected abstract Channel
UnaryWithValueBase.createFromChannelWithConstant
(Channel channel, double value) Creates a new channel from an existing channel and a scalar value.protected Channel
-
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic that return ChannelModifier and TypeMethodDescriptionInvert.createFromChannel
(Channel channel) ArithmeticWithConstantBase.createFromChannelWithConstant
(Channel channel, double value) ArithmeticWithConstantConditionallyWriteBase.createFromChannelWithConstant
(Channel channel, double value) protected Channel
SubtractMean.createFromMaskedChannel
(Channel channel, Mask mask) protected Channel
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic with parameters of type ChannelModifier and TypeMethodDescriptionInvert.createFromChannel
(Channel channel) ArithmeticWithConstantBase.createFromChannelWithConstant
(Channel channel, double value) ArithmeticWithConstantConditionallyWriteBase.createFromChannelWithConstant
(Channel channel, double value) protected Channel
SubtractMean.createFromMaskedChannel
(Channel channel, Mask mask) protected Channel
-
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider.assign
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.assign that return ChannelModifier and TypeMethodDescriptionAssignFromDictionary.createFromChannel
(Channel channel) AssignFromIntersectingObjects.createFromChannel
(Channel channel) protected Channel
AssignFromChannel.createFromMaskedChannel
(Channel channel, Mask mask) protected Channel
AssignValue.createFromMaskedChannel
(Channel channel, Mask mask) Methods in org.anchoranalysis.plugin.image.bean.channel.provider.assign with parameters of type ChannelModifier and TypeMethodDescriptionAssignFromDictionary.createFromChannel
(Channel channel) AssignFromIntersectingObjects.createFromChannel
(Channel channel) protected Channel
AssignFromChannel.createFromMaskedChannel
(Channel channel, Mask mask) protected Channel
AssignValue.createFromMaskedChannel
(Channel channel, Mask mask) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.convert that return ChannelModifier and TypeMethodDescriptionConvert.createFromChannel
(Channel channel) ConvertWithHistogram.createFromChannel
(Channel channel) Methods in org.anchoranalysis.plugin.image.bean.channel.provider.convert with parameters of type ChannelModifier and TypeMethodDescriptionConvert.createFromChannel
(Channel channel) ConvertWithHistogram.createFromChannel
(Channel channel) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider.gradient
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.gradient that return ChannelModifier and TypeMethodDescriptionprotected Channel
GradientBase.convertToOutputType
(Channel channelToConvert) Converts the input channel to the output type specified byGradientBase.outputShort
.GradientBaseAddSum.createFromChannel
(Channel channelIn) Sobel.createFromChannel
(Channel channelIn) Methods in org.anchoranalysis.plugin.image.bean.channel.provider.gradient with parameters of type ChannelModifier and TypeMethodDescriptionprotected Channel
GradientBase.convertToOutputType
(Channel channelToConvert) Converts the input channel to the output type specified byGradientBase.outputShort
.GradientBaseAddSum.createFromChannel
(Channel channelIn) Sobel.createFromChannel
(Channel channelIn) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider.intensity
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.intensity that return ChannelModifier and TypeMethodDescriptionBlur.createFromChannel
(Channel channel) IfVoxelZero.createFromChannel
(Channel channel) Median.createFromChannel
(Channel channel) protected Channel
NormalizeDifferenceToMedian.createFromChannel
(Channel channel, ObjectCollection objects) protected Channel
NormalizeObjectIntensity.createFromChannel
(Channel channel, ObjectCollection objects) QuantileStretch.createFromChannel
(Channel channel) ScaleXY.createFromChannel
(Channel channel) static Channel
IfVoxelZero.mergeViaZeroCheck
(Channel channel, Channel channelIfPixelZero, VoxelDataType combinedType, double multiplierIfNonZero) Creates a new channel which is a merged version of two input channels according to rules.Methods in org.anchoranalysis.plugin.image.bean.channel.provider.intensity with parameters of type ChannelModifier and TypeMethodDescriptionBlur.createFromChannel
(Channel channel) IfVoxelZero.createFromChannel
(Channel channel) Median.createFromChannel
(Channel channel) protected Channel
NormalizeDifferenceToMedian.createFromChannel
(Channel channel, ObjectCollection objects) protected Channel
NormalizeObjectIntensity.createFromChannel
(Channel channel, ObjectCollection objects) QuantileStretch.createFromChannel
(Channel channel) ScaleXY.createFromChannel
(Channel channel) static Channel
IfVoxelZero.mergeViaZeroCheck
(Channel channel, Channel channelIfPixelZero, VoxelDataType combinedType, double multiplierIfNonZero) Creates a new channel which is a merged version of two input channels according to rules. -
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider.mask
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.mask that return ChannelModifier and TypeMethodDescriptionUnaryWithMaskBase.createFromChannel
(Channel channel) protected Channel
FromMask.createFromMask
(Mask mask) protected abstract Channel
FromMaskBase.createFromMask
(Mask mask) protected abstract Channel
UnaryWithMaskBase.createFromMaskedChannel
(Channel channel, Mask mask) Creates a newChannel
from the input channel and mask.protected Channel
ZeroOutsideMask.createFromMaskedChannel
(Channel channel, Mask mask) FromMaskBase.get()
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.mask with parameters of type ChannelModifier and TypeMethodDescriptionUnaryWithMaskBase.createFromChannel
(Channel channel) protected abstract Channel
UnaryWithMaskBase.createFromMaskedChannel
(Channel channel, Mask mask) Creates a newChannel
from the input channel and mask.protected Channel
ZeroOutsideMask.createFromMaskedChannel
(Channel channel, Mask mask) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider.object
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.object that return ChannelMethods in org.anchoranalysis.plugin.image.bean.channel.provider.object with parameters of type ChannelModifier and TypeMethodDescriptionLevelPerObjectBase.createFromChannel
(Channel channel) protected abstract void
LevelPerObjectBase.writeLevelsForObjects
(Channel input, ObjectCollection objects, Channel output) Creates a channel with the levels for a set of objects.protected void
LevelPerObjectIndependently.writeLevelsForObjects
(Channel channelIntensity, ObjectCollection objects, Channel output) protected void
LevelPerObjectNeighbors.writeLevelsForObjects
(Channel channelIntensity, ObjectCollection objects, Channel output) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider.score
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.score that return ChannelModifier and TypeMethodDescriptionprotected Channel
IdentifyObjects.createFromChannel
(Channel channel, ObjectCollection objects) protected Channel
ScoreObjects.createFromChannel
(Channel channel, ObjectCollection objects) ScoreVoxels.get()
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.score with parameters of type ChannelModifier and TypeMethodDescriptionprotected Channel
IdentifyObjects.createFromChannel
(Channel channel, ObjectCollection objects) protected Channel
ScoreObjects.createFromChannel
(Channel channel, ObjectCollection objects) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.channel.provider.slice
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.slice that return ChannelModifier and TypeMethodDescriptionExtractCenterSlice.createFromChannel
(Channel channel) ExtractSliceRange.createFromChannel
(Channel channel) MaximumIntensityProjection.createFromChannel
(Channel channel) MeanIntensityProjection.createFromChannel
(Channel channel) protected Channel
RepeatSlice.createFromDimensions
(Dimensions dimensions) Methods in org.anchoranalysis.plugin.image.bean.channel.provider.slice with parameters of type ChannelModifier and TypeMethodDescriptionExtractCenterSlice.createFromChannel
(Channel channel) ExtractSliceRange.createFromChannel
(Channel channel) MaximumIntensityProjection.createFromChannel
(Channel channel) MeanIntensityProjection.createFromChannel
(Channel channel) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.mask.provider
Methods in org.anchoranalysis.plugin.image.bean.mask.provider with parameters of type ChannelModifier and TypeMethodDescriptionprotected abstract Mask
FromChannelBase.createFromSource
(Channel source) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.mask.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.convert with parameters of type Channel -
Uses of Channel in org.anchoranalysis.plugin.image.bean.mask.provider.segment
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.segment with parameters of type ChannelModifier and TypeMethodDescriptionprotected Mask
SegmentChannel.createFromSource
(Channel source) protected Mask
Threshold.createFromSource
(Channel source) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.object.provider
Methods in org.anchoranalysis.plugin.image.bean.object.provider with parameters of type ChannelModifier and TypeMethodDescriptionprotected abstract ObjectCollection
WithChannelBase.createFromChannel
(Channel channelSrc) Creates anObjectCollection
from a sourceChannel
.protected abstract ObjectCollection
UnaryWithChannelBase.createFromObjects
(ObjectCollection objectsSource, Channel channelSource) Creates objects from a source collection and a channel. -
Uses of Channel in org.anchoranalysis.plugin.image.bean.object.provider.segment
Methods in org.anchoranalysis.plugin.image.bean.object.provider.segment with parameters of type ChannelModifier and TypeMethodDescriptionprotected ObjectCollection
SegmentChannel.createFromChannel
(Channel channelSource) protected ObjectCollection
SegmentWithSeeds.createFromChannel
(Channel channel) protected ObjectCollection
BinarySegmentByObject.createFromObjects
(ObjectCollection objectsSource, Channel channelSource) SegmentChannelByObject.createFromObjects
(ObjectCollection objectsSource, Channel channelToSegment) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.object.segment.channel
Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel with parameters of type ChannelModifier and TypeMethodDescriptionAtScale.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) ConnectedComponentsFromBinarySegmentation.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds) Filter.segment
(Channel channel, Optional<ObjectMask> object, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) ImposeMinima.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) Mser.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds) SegmentOnMaximumIntensityAndExpandInZ.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima
Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima that return ChannelModifier and TypeMethodDescriptionabstract Channel
MinimaImposition.imposeMinima
(Channel channel, ObjectCollection seeds, Optional<ObjectMask> containingMask) Imposes minima on a channel based on seed objects and an optional containing mask.MinimaImpositionGrayscaleReconstruction.imposeMinima
(Channel channel, ObjectCollection seeds, Optional<ObjectMask> containingMask) Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima with parameters of type ChannelModifier and TypeMethodDescriptionabstract Channel
MinimaImposition.imposeMinima
(Channel channel, ObjectCollection seeds, Optional<ObjectMask> containingMask) Imposes minima on a channel based on seed objects and an optional containing mask.MinimaImpositionGrayscaleReconstruction.imposeMinima
(Channel channel, ObjectCollection seeds, Optional<ObjectMask> containingMask) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.yeong
Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.yeong with parameters of type ChannelModifier and TypeMethodDescriptionWatershedYeong.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds) -
Uses of Channel in org.anchoranalysis.plugin.image.bean.stack.provider.color
Methods in org.anchoranalysis.plugin.image.bean.stack.provider.color with parameters of type ChannelModifier and TypeMethodDescriptionstatic Stack
ThreeChannels.createRGBStack
(Channel channelRed, Channel channelGreen, Channel channelBlue, VoxelDataType outputType) Creates an RGB stack from up to three channels. -
Uses of Channel in org.anchoranalysis.plugin.image.channel
Methods in org.anchoranalysis.plugin.image.channel that return ChannelModifier and TypeMethodDescriptionstatic Channel
DimensionsChecker.createSameSize
(ChannelProvider provider, String providerName, Channel channelSameSize) Creates a new channel from a provider, making sure it's the same size as an existing channel.Methods in org.anchoranalysis.plugin.image.channel with parameters of type ChannelModifier and TypeMethodDescriptionstatic void
DimensionsChecker.check
(Channel channelToCheck, String channelToCheckName, Dimensions dimFromChannel) Checks a channel to make sure it's the same size as an existing channel.static void
Checks if a channel and a mask have the same dimensions.static Channel
DimensionsChecker.createSameSize
(ChannelProvider provider, String providerName, Channel channelSameSize) Creates a new channel from a provider, making sure it's the same size as an existing channel.static Mask
DimensionsChecker.createSameSize
(MaskProvider provider, String providerName, Channel channelSameSize) Creates a new mask from a provider, making sure it's the same size as an existing channel. -
Uses of Channel in org.anchoranalysis.plugin.image.feature.bean.object.single.energy
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.energy with parameters of type ChannelModifier and TypeMethodDescriptionprotected double
CountEqual.calculateWithChannel
(ObjectMask object, Channel channel) Calculates the number of voxels in the object that have the specified intensity value in the channel.protected abstract double
SpecificEnergyChannelBase.calculateWithChannel
(ObjectMask object, Channel channel) Calculates the feature value for a specific object and channel. -
Uses of Channel in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity with parameters of type ChannelModifier and TypeMethodDescriptionprotected abstract double
FeatureEnergyChannel.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) Calculates the feature value for a specific channel in the energy stack.protected double
Intensity.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) protected double
IntensityMeanMaxSlice.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) Calculates the maximum mean intensity across all slices of the object in the given channel.protected double
IntensityMeanShellBase.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) protected double
TextureScore.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) protected double
IntensityMeanShell.calculateForShell
(ObjectMask object, Channel channel) protected abstract double
IntensityMeanShellBase.calculateForShell
(ObjectMask shell, Channel channel) Calculates the feature value for the given shell and channel.protected double
IntensityMeanShellMaxSlice.calculateForShell
(ObjectMask object, Channel channel) -
Uses of Channel in org.anchoranalysis.plugin.image.intensity
Methods in org.anchoranalysis.plugin.image.intensity with parameters of type ChannelModifier and TypeMethodDescriptionstatic double
IntensityMeanCalculator.calculateMeanIntensityObject
(Channel channel, ObjectMask object) Calculates the mean intensity of an object in a channel.static double
IntensityMeanCalculator.calculateMeanIntensityObject
(Channel channel, ObjectMask object, boolean excludeZero) Calculates the mean intensity of an object in a channel, with an option to exclude zero values. -
Uses of Channel in org.anchoranalysis.plugin.image.intensity.level
Methods in org.anchoranalysis.plugin.image.intensity.level with parameters of type ChannelModifier and TypeMethodDescriptionstatic LevelResultCollection
LevelResultCollectionFactory.createCollection
(Channel channel, ObjectCollection objects, CalculateLevel calculateLevel, int numberDilations, MessageLogger logger) Creates aLevelResultCollection
from a channel and object collection. -
Uses of Channel in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return types with arguments of type ChannelModifier and TypeMethodDescriptionprotected CheckedFunction
<Channel, Channel, CreateException> AggregateChannelTask.createChannelDeriver
(ChannelSource source) protected CheckedFunction
<Channel, Channel, CreateException> AggregateChannelTask.createChannelDeriver
(ChannelSource source) protected GroupMapByName
<Channel, ChannelAggregator> AggregateChannelTask.createGroupMap
(ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<InputOutputContext> outputContext, OperationContext operationContext) Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type ChannelModifier and TypeMethodDescriptionprotected void
AggregateChannelTask.processIndividual
(String name, Channel individual, boolean partOfGroup, CheckedBiConsumer<String, Channel, OperationFailedException> consumeIndividual, InputOutputContext context) Method parameters in org.anchoranalysis.plugin.image.task.bean.combine with type arguments of type ChannelModifier and TypeMethodDescriptionprotected void
AggregateChannelTask.processIndividual
(String name, Channel individual, boolean partOfGroup, CheckedBiConsumer<String, Channel, OperationFailedException> consumeIndividual, InputOutputContext context) -
Uses of Channel in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped that return types with arguments of type ChannelModifier and TypeMethodDescriptionprotected abstract CheckedFunction
<Channel, S, CreateException> GroupedStackBase.createChannelDeriver
(ChannelSource source) A function to derive the individual type used for aggregation from aChannel
. -
Uses of Channel in org.anchoranalysis.plugin.image.task.bean.grouped.histogram
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.histogram that return types with arguments of type ChannelModifier and TypeMethodDescriptionprotected CheckedFunction
<Channel, Histogram, CreateException> ExportImageHistograms.createChannelDeriver
(ChannelSource source) -
Uses of Channel in org.anchoranalysis.plugin.image.task.channel.aggregator
Methods in org.anchoranalysis.plugin.image.task.channel.aggregator that return types with arguments of type ChannelMethods in org.anchoranalysis.plugin.image.task.channel.aggregator with parameters of type Channel -
Uses of Channel in org.anchoranalysis.plugin.image.task.grouped
Methods in org.anchoranalysis.plugin.image.task.grouped that return ChannelModifier and TypeMethodDescriptionChannelSource.extractChannel
(String stackName, boolean checkType) ChannelSource.extractChannel
(String stackName, boolean checkType, int index) ChannelSource.extractChannel
(Stack stack, boolean checkType, int index) NamedChannel.getChannel()
TheChannel
instance.Constructors in org.anchoranalysis.plugin.image.task.grouped with parameters of type ChannelModifierConstructorDescriptionNamedChannel
(String name, Channel channel) Creates a newNamedChannel
instance. -
Uses of Channel in org.anchoranalysis.plugin.image.task.stack
Methods in org.anchoranalysis.plugin.image.task.stack that return ChannelModifier and TypeMethodDescriptionChannelGetterForTimepoint.getChannel
(String channelName, Logger logger) Retrieves a channel with the given name for the specified timepoint. -
Uses of Channel in org.anchoranalysis.plugin.imagej.bean.channel.provider
Methods in org.anchoranalysis.plugin.imagej.bean.channel.provider that return ChannelModifier and TypeMethodDescriptionprotected Channel
BackgroundSubtractor.createFromChannel
(Channel channel, int radius) WithFilterBase.createFromChannel
(Channel channel, int radius) WithRadiusBase.createFromChannel
(Channel channel) protected abstract Channel
WithRadiusBase.createFromChannel
(Channel channel, int radius) Creates a new channel from an existing channel and a radius.Methods in org.anchoranalysis.plugin.imagej.bean.channel.provider with parameters of type ChannelModifier and TypeMethodDescriptionprotected Channel
BackgroundSubtractor.createFromChannel
(Channel channel, int radius) WithFilterBase.createFromChannel
(Channel channel, int radius) WithRadiusBase.createFromChannel
(Channel channel) protected abstract Channel
WithRadiusBase.createFromChannel
(Channel channel, int radius) Creates a new channel from an existing channel and a radius. -
Uses of Channel in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter
Methods in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter that return ChannelModifier and TypeMethodDescriptionEdgeFilterIJ.createFromChannel
(Channel channel) GaussianBlur2D.createFromChannel
(Channel channel) Methods in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter with parameters of type ChannelModifier and TypeMethodDescriptionEdgeFilterIJ.createFromChannel
(Channel channel) GaussianBlur2D.createFromChannel
(Channel channel) -
Uses of Channel in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rank
Methods in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rank that return ChannelMethods in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rank with parameters of type Channel -
Uses of Channel in org.anchoranalysis.plugin.imagej.bean.object.segment
Methods in org.anchoranalysis.plugin.imagej.bean.object.segment with parameters of type ChannelModifier and TypeMethodDescriptionFloodFillEachIntensityLevel.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds) -
Uses of Channel in org.anchoranalysis.plugin.imagej.channel.provider
Methods in org.anchoranalysis.plugin.imagej.channel.provider that return ChannelModifier and TypeMethodDescriptionstatic Channel
FilterHelper.applyRankFilter
(Channel channel, int radius, int filterType) Applies a 2D rank-filter to each slice independently of aChannel
.Methods in org.anchoranalysis.plugin.imagej.channel.provider with parameters of type ChannelModifier and TypeMethodDescriptionstatic Channel
FilterHelper.applyRankFilter
(Channel channel, int radius, int filterType) Applies a 2D rank-filter to each slice independently of aChannel
.static void
FilterHelper.processEachSlice
(Channel channel, Consumer<ij.process.ImageProcessor> consumer) -
Uses of Channel in org.anchoranalysis.test.image
Methods in org.anchoranalysis.test.image that return ChannelModifier and TypeMethodDescriptionChannelFixture.createChannel
(Extent extent, ChannelFixture.IntensityFunction createIntensity, VoxelDataType channelVoxelType) Creates a channel with specified extent, intensity function, and voxel data type.Methods in org.anchoranalysis.test.image with parameters of type ChannelModifier and TypeMethodDescriptionvoid
WriteIntoDirectory.writeChannel
(String outputName, Channel channel) Writes a Channel to the output directory. -
Uses of Channel in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return ChannelModifier and TypeMethodDescriptionTestLoaderImage.openChannelFromFilePath
(Path filePath) Opens a channel from a file path.TestLoaderImage.openChannelFromTestPath
(String testPath) Opens a channel from a test path.