Package org.anchoranalysis.plugin.image.bean.mask.provider.combine
package org.anchoranalysis.plugin.image.bean.mask.provider.combine
Implementations of
MaskProvider
that combine
existing providers.-
ClassesClassDescriptionOutputs the logical operation and voxelwise on both masks, modifying {mask} with the result.Base class for combining two masks.Outputs the logical operation
iff first==HIGH and second==LOW then LOW
voxelwise on both masks, modifying {mask} with the result.Outputs the logical operation or voxelwise on both masks, modifying {mask} with the result.Outputs the logical operation xor (exclusive or) voxelwise on both masks, modifying {mask} with the result.