boofcv.factory.segmentation
Class ConfigWatershed
- java.lang.Object
-
- boofcv.factory.segmentation.ConfigWatershed
-
public class ConfigWatershed extends java.lang.ObjectConfiguration forWatershedVincentSoille1991
-
-
Field Summary
Fields Modifier and Type Field and Description ConnectRuleconnectRuleConnectivity ruleintminimumRegionSizeRegions which are smaller than this are merged into a neighbor.
-
Constructor Summary
Constructors Constructor and Description ConfigWatershed()ConfigWatershed(ConnectRule connectRule, int minimumRegionSize)
-
-
-
Field Detail
-
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 Detail
-
ConfigWatershed
public ConfigWatershed()
-
ConfigWatershed
public ConfigWatershed(ConnectRule connectRule, int minimumRegionSize)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG