RegionProcessingParams
Description
This structure contains parameters for opening and closing of a region.
Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| Kernel | RegionMorphologyKernel | Kernel shape for opening and closing of a region |
| OpeningRadius | int | Radius of morphological opening of a region |
| ClosingRadius | int | Radius of morphological closing of a region |
