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 TypeClassDescriptionclassOutputs the logical operation and voxelwise on both masks, modifying {mask} with the result.classBase class for combining two masks.classOutputs the logical operationiff first==HIGH and second==LOW then LOWvoxelwise on both masks, modifying {mask} with the result.classOutputs the logical operation or voxelwise on both masks, modifying {mask} with the result.classOutputs 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 TypeClassDescriptionclassPerforms a dilation morphological operation onBinaryVoxels.classPerforms an erosion morphological operation onBinaryVoxels.classFinds the exterior outer contour for aMaskthat forms its outline.classFits a box around the on voxels.classBase class for performing morphological operations onBinaryVoxels. -
Uses of MaskProviderUnary in org.anchoranalysis.plugin.image.bean.mask.provider.predicate
Modifier and TypeClassDescriptionclassThe currentmaskis returned if a condition on key-values is satisfied otherwisemaskElseis returned.classThe currentmaskis returned if it's non-empty (at least one on voxel) otherwisemaskElseis returned.classThe currentmaskis returned if the mask (treated as an object) passed an object-filter, otherwisemaskElseis returned.classBase class which multiplexes between the current mask and an alternative depending if a condition is met.classThe currentmaskis a particular stack exists (at least one on voxel) otherwisemaskElseis returned. -
Uses of MaskProviderUnary in org.anchoranalysis.plugin.image.bean.mask.provider.slice
Modifier and TypeClassDescriptionclassFlattens a mask in the z-dimension, so it is 2D instead of 3D (like a maximum intensity projection).classCreates 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 TypeClassDescriptionclassFills holes in a mask, with options to skip holes touching the border or exceeding a maximum volume.classApplies 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 TypeClassDescriptionclassSets particular voxels to high only if they exist on the convex-hull of the outline of a mask.classCalculates a 3D convex hull from a binary mask.classBase class for convex hull implementations.