Class SegmentChannelIntoObjects

Direct Known Subclasses:
ConnectedComponentsFromBinarySegmentation, FloodFillEachIntensityLevel, Mser, SegmentChannelIntoObjectsUnary, WatershedYeong

public abstract class SegmentChannelIntoObjects extends SegmentationBean<SegmentChannelIntoObjects>
A base class for algorithms to segment a channel into one or more objects.

Some algorithms can be restricted by an object-mask on the channel.

Some algorithms can be influenced by passing a set of seeds.

Author:
Owen Feehan
  • Constructor Details

    • SegmentChannelIntoObjects

      protected SegmentChannelIntoObjects()
  • Method Details