Class MaskOr
Object
MaskOr
Performs a logical or operation on corresponding voxels in two
Mask
s.- Author:
- Owen Feehan
-
Method Summary
-
Method Details
-
apply
Performs a logical or operation on each voxel in two masks, writing the result onto the first mask.- Parameters:
first
- the first channel for operation (and in which the result is written)second
- the second channel for operation
-