Package org.anchoranalysis.plugin.image.bean.mask.provider.predicate
package org.anchoranalysis.plugin.image.bean.mask.provider.predicate
Provides if-else conditions to a
MaskProvider.-
ClassesClassDescriptionThe current
maskis returned if a condition on key-values is satisfied otherwisemaskElseis returned.The currentmaskis returned if it's non-empty (at least one on voxel) otherwisemaskElseis returned.The currentmaskis returned if the mask (treated as an object) passed an object-filter, otherwisemaskElseis returned.Base class which multiplexes between the current mask and an alternative depending if a condition is met.The currentmaskis a particular stack exists (at least one on voxel) otherwisemaskElseis returned.