Class SliceThresholderWithoutMask

Object
SliceThresholder
SliceThresholderWithoutMask

public class SliceThresholderWithoutMask extends SliceThresholder
A slice thresholder that applies thresholding to the entire image without using a mask.
  • Constructor Details

    • SliceThresholderWithoutMask

      public SliceThresholderWithoutMask(BinaryValuesByte binaryValues)
      Parameters:
      binaryValues - the BinaryValuesByte to use for output
  • Method Details

    • segmentAll

      public void segmentAll(Voxels<?> voxelsIn, Voxels<?> voxelsThreshold, Voxels<UnsignedByteBuffer> voxelsOut)
      Description copied from class: SliceThresholder
      Segments all slices in the input voxels.
      Specified by:
      segmentAll in class SliceThresholder
      Parameters:
      voxelsIn - the input Voxels
      voxelsThreshold - the threshold Voxels
      voxelsOut - the output Voxels