Class ConfigWatershed

java.lang.Object
boofcv.factory.segmentation.ConfigWatershed
All Implemented Interfaces:
Configuration, Serializable

public class ConfigWatershed extends Object implements Configuration
Configuration for WatershedVincentSoille1991
See Also:
  • Field Details

    • connectRule

      public ConnectRule connectRule
      Connectivity rule
    • minimumRegionSize

      public int minimumRegionSize
      Regions which are smaller than this are merged into a neighbor. Regions which have a similar color are merged together.
  • Constructor Details

    • ConfigWatershed

      public ConfigWatershed()
    • ConfigWatershed

      public ConfigWatershed(ConnectRule connectRule, int minimumRegionSize)
  • Method Details