Uses of Class
org.anchoranalysis.image.bean.provider.MaskProviderUnary
Packages that use MaskProviderUnary
Package
Description
Implementations of
MaskProvider
.Implementations of
MaskProvider
that combine
existing providers.Implementations of
MaskProvider
that implement
morphological operations.Provides if-else conditions to a
MaskProvider
.Implementations of
MaskProvider
that process 3D
masks slice-by-slice.Implementations of
MaskProvider
that call ImageJ.Convex hull operations.
-
Uses of MaskProviderUnary in org.anchoranalysis.plugin.image.bean.mask.provider
Subclasses of MaskProviderUnary in org.anchoranalysis.plugin.image.bean.mask.provider -
Uses of MaskProviderUnary in org.anchoranalysis.plugin.image.bean.mask.provider.combine
Modifier and TypeClassDescriptionclass
Outputs the logical operation and voxelwise on both masks, modifying {mask} with the result.class
Base class for combining two masks.class
Outputs the logical operationiff first==HIGH and second==LOW then LOW
voxelwise on both masks, modifying {mask} with the result.class
Outputs the logical operation or voxelwise on both masks, modifying {mask} with the result.class
Outputs the logical operation xor (exclusive or) voxelwise on both masks, modifying {mask} with the result. -
Uses of MaskProviderUnary in org.anchoranalysis.plugin.image.bean.mask.provider.morphological
Modifier and TypeClassDescriptionclass
Performs a dilation morphological operation onBinaryVoxels
.class
Performs an erosion morphological operation onBinaryVoxels
.class
Finds the exterior outer contour for aMask
that forms its outline.class
Fits a box around the on voxels.class
Base class for performing morphological operations onBinaryVoxels
. -
Uses of MaskProviderUnary in org.anchoranalysis.plugin.image.bean.mask.provider.predicate
Modifier and TypeClassDescriptionclass
The currentmask
is returned if a condition on key-values is satisfied otherwisemaskElse
is returned.class
The currentmask
is returned if it's non-empty (at least one on voxel) otherwisemaskElse
is returned.class
The currentmask
is returned if the mask (treated as an object) passed an object-filter, otherwisemaskElse
is returned.class
Base class which multiplexes between the current mask and an alternative depending if a condition is met.class
The currentmask
is a particular stack exists (at least one on voxel) otherwisemaskElse
is returned. -
Uses of MaskProviderUnary in org.anchoranalysis.plugin.image.bean.mask.provider.slice
Modifier and TypeClassDescriptionclass
Flattens a mask in the z-dimension, so it is 2D instead of 3D (like a maximum intensity projection).class
Creates a new mask with specific dimensions that repeatedly duplicates a slice from an existing mask -
Uses of MaskProviderUnary in org.anchoranalysis.plugin.imagej.bean.mask.provider
Subclasses of MaskProviderUnary in org.anchoranalysis.plugin.imagej.bean.mask.providerModifier and TypeClassDescriptionclass
Fills holes in a mask, with options to skip holes touching the border or exceeding a maximum volume.class
Applies an ImageJ (2D) morphological operation to each slice -
Uses of MaskProviderUnary in org.anchoranalysis.plugin.points.bean.convexhull
Subclasses of MaskProviderUnary in org.anchoranalysis.plugin.points.bean.convexhullModifier and TypeClassDescriptionclass
Sets particular voxels to high only if they exist on the convex-hull of the outline of a mask.class
Calculates a 3D convex hull from a binary mask.class
Base class for convex hull implementations.