public class ConfigSlic
extends java.lang.Object
SegmentSlic via
FactoryImageSegmentation.| Modifier and Type | Field and Description |
|---|---|
boofcv.struct.ConnectRule |
connectRule
Connection rule that is used when merging small regions.
|
int |
numberOfRegions
Number of regions which will be initially seeded.
|
float |
spacialWeight
Larger values place more weight on the spacial component.
|
int |
totalIterations
Number of mean-shift iterations.
|
| Constructor and Description |
|---|
ConfigSlic(int numberOfRegions) |
ConfigSlic(int numberOfRegions,
float spacialWeight) |
public int numberOfRegions
public float spacialWeight
public int totalIterations
public boofcv.struct.ConnectRule connectRule