PreSplitProcessingParams
Description
This structure contains parameters for preprocessing the region.Structure fields and default values (if defined) are described below:
Name | Type | Default | Description |
---|---|---|---|
RemoveBoundaryBlobs | bool | Indicates whether blobs touching the image border should be removed. | |
Kernel | KernelShape | Kernel shape used in the postprocessing operations. | |
OpeningRadius | int | Radius of morphological opening of the region. | |
ClosingRadius | int | Radius of morphological closing of the region. | |
HoleThreshold | ftl::Optional<int> | 0 | Maximum area of a hole that will be filled. |