Class BinarySegmentation

Direct Known Subclasses:
BinarySegmentationReference, BinarySegmentationThreshold, BinarySegmentationUnary, Sequence, ThresholdAgainstChannel

public abstract class BinarySegmentation extends SegmentationBean<BinarySegmentation>
Performs a segmentation on voxels so that each voxel has an on or off state after the operation.
Author:
Owen Feehan
  • Constructor Details

    • BinarySegmentation

      protected BinarySegmentation()
  • Method Details