Class And
- All Implemented Interfaces:
Provider<Mask>,ProviderAsStack
Outputs the logical operation and voxelwise on both masks, modifying {mask} with the
result.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MaskcreateFromTwoMasks(Mask maskToModify, Mask maskOther) Creates a mask from some combination of two masks.Methods inherited from class org.anchoranalysis.plugin.image.bean.mask.provider.combine.CombineBase
createFromMask, getReceive, setReceiveMethods inherited from class org.anchoranalysis.image.bean.provider.MaskProviderUnary
get, getMask, setMaskMethods inherited from class org.anchoranalysis.image.bean.provider.MaskProvider
getAsStackMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
And
public And()
-
-
Method Details
-
createFromTwoMasks
Description copied from class:CombineBaseCreates a mask from some combination of two masks.- Specified by:
createFromTwoMasksin classCombineBase- Parameters:
maskToModify- first mask (which is also the mask modified with the result)maskOther- second mask (which is not modified)- Returns:
- either
maskToModifyormaskOtherdepending on implementation
-