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
Channels.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
Channels.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 Channels.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 Masks.Implementations of
ChannelProvider that involve
conversion from or application of ObjectMasks.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 ObjectMasks.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
Channels.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 ChannelEnergyStackWithoutParameters.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 aChannelwith containing the aggregated values.protected abstract ChannelChannelAggregator.retrieveCreateAggregatedChannel()Retrieve or create an aggregated-channel of typeoutputType.Methods in org.anchoranalysis.image.bean.channel with parameters of type ChannelModifier and TypeMethodDescriptionvoidChannelAggregator.addChannel(Channel channel, Logger logger) Adds aChannelto the aggregation.protected abstract voidChannelAggregator.addChannelAfterCheck(Channel channel) Adds aChannelto the aggregation - after checkingchannelhas 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 TypeMethodDescriptionvoidConsistentChannelChecker.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 ChannelChannelProviderUnary.createFromChannel(Channel channel) Creates aChannelgiven the entity provided by the delegate.ChannelProviderBinary.get()ChannelProviderTernary.get()ChannelProviderUnary.get()protected abstract ChannelCreates aChannelgiven the two entities provided by the delegates.protected abstract ChannelCreates aChannelgiven the two entities provided by the delegates.Methods in org.anchoranalysis.image.bean.provider with parameters of type ChannelModifier and TypeMethodDescriptionprotected abstract ChannelChannelProviderUnary.createFromChannel(Channel channel) Creates aChannelgiven the entity provided by the delegate.protected abstract ChannelCreates aChannelgiven the two entities provided by the delegates.protected abstract ChannelCreates aChannelgiven 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 voidSegmentChannelIntoObjects.checkUnsupported3D(Channel channel) Throws an exception if the channel has more than one z-slice, as 3D is unsupported by the implementation.abstract ObjectCollectionSegmentChannelIntoObjects.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 ObjectCollectionSegmentChannelIntoObjectsUnary.segment(Channel channel, Optional<ObjectMask> object, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) Creates anObjectCollectiongiven 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 newChannelcontaining 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 viaintparameters.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 TypeMethodDescriptionbooleanChannel.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) Convertschannelto 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) Convertschannelto 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 TypeMethodDescriptionvoidIntensityRange.attachObject(Channel channel) voidMaxIntensity.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 aChannelfrom particular voxels.ChannelFactory.create(Voxels<?> voxels, Optional<Resolution> resolution) Create aChannelfrom particular voxels.ChannelFactorySingleType.create(Voxels<?> voxels, Optional<Resolution> resolution) Create aChannelfrom voxels and a resolution.ChannelFactorySingleType.createEmptyInitialised(Dimensions dimensions) Create aChannelinitialized 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 aChannelwithout initialization with voxel-buffers.ChannelFactory.createUninitialised(Dimensions dimensions, VoxelDataType channelDataType) Create aChannelwithout 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 HistogramHistogramFromObjectsFactory.createFrom(Channel channel, Optional<Mask> mask) Creates aHistogramof all voxel intensity values inchannel, or only those inmaskif it is dfined.static HistogramHistogramFromObjectsFactory.createFrom(Channel channel, Mask mask) static HistogramHistogramFromObjectsFactory.createFrom(Channel channel, ObjectCollection objects) static HistogramHistogramFromObjectsFactory.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 TypeMethodDescriptionvoidLabelObjects.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) CreateChannelfor a particularindexafter applying conversion.DisplayStack.extractChannelForBoundingBox(int index, BoundingBox box) RGBStack.getChannel(int index) Returns the channel at a particular position in the stack.final ChannelStack.getChannel(int index) Returns the channel at a particular position in the stack.final ChannelStackNotUniformSized.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 instackif they exist.RGBStack.iterator()Stack.iterator()StackNotUniformSized.iterator()Methods in org.anchoranalysis.image.core.stack with parameters of type ChannelModifier and TypeMethodDescriptionfinal voidStack.addChannel(Channel channel) Appends a channel to the stack, as the new final-most channel position-wise.final voidStackNotUniformSized.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 TypeMethodDescriptionvoidChannelMapper.consumeChannelIfSupported(int channelIndex, BiConsumer<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>> consumer, Consumer<Channel> fallback) LikeChannelMapper.mapChannelIfSupported(int, BiFunction, Function)but the mapping has no return-type.voidChannelMapper.consumeChannelIfSupported(int channelIndex, BiConsumer<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>> consumer, Consumer<Channel> fallback) LikeChannelMapper.mapChannelIfSupported(int, BiFunction, Function)but the mapping has no return-type.voidChannelMapper.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> TChannelMapper.mapChannelIfSupported(int channelIndex, BiFunction<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>, T> mapFunction, Function<Channel, T> fallback) <T> TChannelMapper.mapChannelIfSupported(int channelIndex, BiFunction<Channel, ChannelConverterAttached<Channel, UnsignedByteBuffer>, T> mapFunction, Function<Channel, T> fallback) <T> TChannelMapper.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 withChannels for each color.Creates from a varying number of channels, and a flag to indicate if they represent an RGB image or not.Creates aStackwith 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 newChannelMapperinstance.DisplayStack(Stack stack, boolean eventuallyThree, Function<VoxelDataType, ChannelConverterAttached<Channel, UnsignedByteBuffer>> createConverter) Create for a particularStackthat 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 ofChannels. -
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 theChannelcorresponding tochannelNameat 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 voidCopyConvert.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 ofChannels 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 ChannelConvertFromImagePlus.toChannel(ij.ImagePlus imagePlus, Optional<Resolution> resolution) Converts anImagePlusto 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 ChannelDistanceTransformForEachObject3D.createFromDimensions(Dimensions dimensions) protected ChannelDistanceTransform3D.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 MaskAutoLocalThreshold.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 ChannelProjectableBufferAggregator.retrieveCreateAggregatedChannel()Methods in org.anchoranalysis.plugin.image.bean.channel.aggregator with parameters of type ChannelModifier and TypeMethodDescriptionprotected voidProjectableBufferAggregator.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 ChannelDuplicate.createFromChannel(Channel channel) IfParamEquals.createFromChannel(Channel channel) UnaryWithObjectsBase.createFromChannel(Channel channel) protected abstract ChannelUnaryWithObjectsBase.createFromChannel(Channel channel, ObjectCollection objects) Creates a new channel from an existing channel and a collection of objects.UnaryWithValueBase.createFromChannel(Channel channel) protected abstract ChannelUnaryWithValueBase.createFromChannelWithConstant(Channel channel, double value) Creates a new channel from an existing channel and a scalar value.protected ChannelCreateNew.createFromDimensions(Dimensions dimensions) protected abstract ChannelFromDimensionsBase.createFromDimensions(Dimensions dimensions) Creates a channel from the given dimensions.FromDimensionsBase.get()FromInput.get()FromStack.get()Reference.get()protected ChannelMethods in org.anchoranalysis.plugin.image.bean.channel.provider with parameters of type ChannelModifier and TypeMethodDescriptionprotected ChannelDuplicate.createFromChannel(Channel channel) IfParamEquals.createFromChannel(Channel channel) UnaryWithObjectsBase.createFromChannel(Channel channel) protected abstract ChannelUnaryWithObjectsBase.createFromChannel(Channel channel, ObjectCollection objects) Creates a new channel from an existing channel and a collection of objects.UnaryWithValueBase.createFromChannel(Channel channel) protected abstract ChannelUnaryWithValueBase.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 ChannelSubtractMean.createFromMaskedChannel(Channel channel, Mask mask) protected ChannelMethods 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 ChannelSubtractMean.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 ChannelAssignFromChannel.createFromMaskedChannel(Channel channel, Mask mask) protected ChannelAssignValue.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 ChannelAssignFromChannel.createFromMaskedChannel(Channel channel, Mask mask) protected ChannelAssignValue.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 ChannelGradientBase.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 ChannelGradientBase.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 ChannelNormalizeDifferenceToMedian.createFromChannel(Channel channel, ObjectCollection objects) protected ChannelNormalizeObjectIntensity.createFromChannel(Channel channel, ObjectCollection objects) QuantileStretch.createFromChannel(Channel channel) ScaleXY.createFromChannel(Channel channel) static ChannelIfVoxelZero.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 ChannelNormalizeDifferenceToMedian.createFromChannel(Channel channel, ObjectCollection objects) protected ChannelNormalizeObjectIntensity.createFromChannel(Channel channel, ObjectCollection objects) QuantileStretch.createFromChannel(Channel channel) ScaleXY.createFromChannel(Channel channel) static ChannelIfVoxelZero.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 ChannelFromMask.createFromMask(Mask mask) protected abstract ChannelFromMaskBase.createFromMask(Mask mask) protected abstract ChannelUnaryWithMaskBase.createFromMaskedChannel(Channel channel, Mask mask) Creates a newChannelfrom the input channel and mask.protected ChannelZeroOutsideMask.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 ChannelUnaryWithMaskBase.createFromMaskedChannel(Channel channel, Mask mask) Creates a newChannelfrom the input channel and mask.protected ChannelZeroOutsideMask.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 voidLevelPerObjectBase.writeLevelsForObjects(Channel input, ObjectCollection objects, Channel output) Creates a channel with the levels for a set of objects.protected voidLevelPerObjectIndependently.writeLevelsForObjects(Channel channelIntensity, ObjectCollection objects, Channel output) protected voidLevelPerObjectNeighbors.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 ChannelIdentifyObjects.createFromChannel(Channel channel, ObjectCollection objects) protected ChannelScoreObjects.createFromChannel(Channel channel, ObjectCollection objects) ScoreVoxels.get()Methods in org.anchoranalysis.plugin.image.bean.channel.provider.score with parameters of type ChannelModifier and TypeMethodDescriptionprotected ChannelIdentifyObjects.createFromChannel(Channel channel, ObjectCollection objects) protected ChannelScoreObjects.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 ChannelRepeatSlice.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 MaskFromChannelBase.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 MaskSegmentChannel.createFromSource(Channel source) protected MaskThreshold.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 ObjectCollectionWithChannelBase.createFromChannel(Channel channelSrc) Creates anObjectCollectionfrom a sourceChannel.protected abstract ObjectCollectionUnaryWithChannelBase.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 ObjectCollectionSegmentChannel.createFromChannel(Channel channelSource) protected ObjectCollectionSegmentWithSeeds.createFromChannel(Channel channel) protected ObjectCollectionBinarySegmentByObject.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 ChannelMinimaImposition.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 ChannelMinimaImposition.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 StackThreeChannels.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 ChannelDimensionsChecker.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 voidDimensionsChecker.check(Channel channelToCheck, String channelToCheckName, Dimensions dimFromChannel) Checks a channel to make sure it's the same size as an existing channel.static voidChecks if a channel and a mask have the same dimensions.static ChannelDimensionsChecker.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 MaskDimensionsChecker.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 doubleCountEqual.calculateWithChannel(ObjectMask object, Channel channel) Calculates the number of voxels in the object that have the specified intensity value in the channel.protected abstract doubleSpecificEnergyChannelBase.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 doubleFeatureEnergyChannel.calculateForChannel(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) Calculates the feature value for a specific channel in the energy stack.protected doubleIntensity.calculateForChannel(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) protected doubleIntensityMeanMaxSlice.calculateForChannel(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) Calculates the maximum mean intensity across all slices of the object in the given channel.protected doubleIntensityMeanShellBase.calculateForChannel(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) protected doubleTextureScore.calculateForChannel(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) protected doubleIntensityMeanShell.calculateForShell(ObjectMask object, Channel channel) protected abstract doubleIntensityMeanShellBase.calculateForShell(ObjectMask shell, Channel channel) Calculates the feature value for the given shell and channel.protected doubleIntensityMeanShellMaxSlice.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 doubleIntensityMeanCalculator.calculateMeanIntensityObject(Channel channel, ObjectMask object) Calculates the mean intensity of an object in a channel.static doubleIntensityMeanCalculator.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 LevelResultCollectionLevelResultCollectionFactory.createCollection(Channel channel, ObjectCollection objects, CalculateLevel calculateLevel, int numberDilations, MessageLogger logger) Creates aLevelResultCollectionfrom 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 voidAggregateChannelTask.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 voidAggregateChannelTask.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()TheChannelinstance.Constructors in org.anchoranalysis.plugin.image.task.grouped with parameters of type ChannelModifierConstructorDescriptionNamedChannel(String name, Channel channel) Creates a newNamedChannelinstance. -
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 ChannelBackgroundSubtractor.createFromChannel(Channel channel, int radius) WithFilterBase.createFromChannel(Channel channel, int radius) WithRadiusBase.createFromChannel(Channel channel) protected abstract ChannelWithRadiusBase.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 ChannelBackgroundSubtractor.createFromChannel(Channel channel, int radius) WithFilterBase.createFromChannel(Channel channel, int radius) WithRadiusBase.createFromChannel(Channel channel) protected abstract ChannelWithRadiusBase.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 ChannelFilterHelper.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 ChannelFilterHelper.applyRankFilter(Channel channel, int radius, int filterType) Applies a 2D rank-filter to each slice independently of aChannel.static voidFilterHelper.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 TypeMethodDescriptionvoidWriteIntoDirectory.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.