public interface ComponentFeature extends Cloneable
Modifier and Type | Method and Description |
---|---|
void |
addSample(IntValuePixel p)
Add a pixel to this feature
|
ComponentFeature |
clone()
Create a clone of this feature
|
void |
merge(ComponentFeature f)
Merge another feature with this one
|
void merge(ComponentFeature f)
f
- the feature to mergevoid addSample(IntValuePixel p)
p
- the pixel to addComponentFeature clone()