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 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 MaskProvider where an ObjectCollection is created by segmenting a Channel.
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.
Combines multiple Channels voxel-wise to form a single aggregated Channel.
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 ObjectCollectionProvider that call ImageJ to perform segmentation.
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.