Object
MaskOr

public class MaskOr extends Object
Performs a logical or operation on corresponding voxels in two Masks.
Author:
Owen Feehan
  • Method Details

    • apply

      public static void apply(Mask first, Mask second)
      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