public class Thicken extends Object implements ConnectedComponentProcessor, ImageProcessor<FImage>
| Modifier and Type | Field and Description |
|---|---|
protected HitAndMiss |
hitAndMiss |
| Constructor and Description |
|---|
Thicken(StructuringElement... se)
Construct the thickening operator with the given structuring element
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(ConnectedComponent cc) |
void |
processImage(FImage image) |
protected HitAndMiss hitAndMiss
public Thicken(StructuringElement... se)
se - the structuring elementpublic void process(ConnectedComponent cc)
process in interface ConnectedComponentProcessorpublic void processImage(FImage image)
processImage in interface ImageProcessor<FImage>