public class ConfigWatershed
extends java.lang.Object
WatershedVincentSoille1991| Modifier and Type | Field and Description |
|---|---|
boofcv.struct.ConnectRule |
connectRule
Connectivity rule
|
int |
minimumRegionSize
Regions which are smaller than this are merged into a neighbor.
|
| Constructor and Description |
|---|
ConfigWatershed() |
ConfigWatershed(boofcv.struct.ConnectRule connectRule,
int minimumRegionSize) |