Uses of Class
org.anchoranalysis.image.feature.bean.FeatureStack
Packages that use FeatureStack
Package
Description
Implementations of
FeatureStack
or other features
that involve processing a Stack
.Implementations of
FeatureStack
that process an
ObjectCollection
.Extracting features using OpenCV.
-
Uses of FeatureStack in org.anchoranalysis.plugin.image.feature.bean.stack.intensity
Subclasses of FeatureStack in org.anchoranalysis.plugin.image.feature.bean.stack.intensityModifier and TypeClassDescriptionclass
The intensity of a particular channel of the stack, by default the mean-intensity.class
The number of channels in an image-stack. -
Uses of FeatureStack in org.anchoranalysis.plugin.image.feature.bean.stack.object
Subclasses of FeatureStack in org.anchoranalysis.plugin.image.feature.bean.stack.objectModifier and TypeClassDescriptionclass
Treats a channel as an object-mask, assuming binary values of 0 and 255 and calls an object-mask featureclass
Calculates the median of a feature applied to each connected component -
Uses of FeatureStack in org.anchoranalysis.plugin.opencv.bean.feature
Subclasses of FeatureStack in org.anchoranalysis.plugin.opencv.bean.featureModifier and TypeClassDescriptionclass
One part of a Histogram of Oriented Gradients descriptor, as applied to an image stack.