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
mask
is returned if a condition on key-values is satisfied otherwisemaskElse
is returned.The currentmask
is returned if it's non-empty (at least one on voxel) otherwisemaskElse
is returned.The currentmask
is returned if the mask (treated as an object) passed an object-filter, otherwisemaskElse
is returned.Base class which multiplexes between the current mask and an alternative depending if a condition is met.The currentmask
is a particular stack exists (at least one on voxel) otherwisemaskElse
is returned.