Declaration
procedure dilate(dilationType: TIEVisionStructuringElementShape; dilationSize: uint32_t); safecall;
Description
Dilation is a method of Morphological Image Processing:
https://en.wikipedia.org/wiki/Dilation_%28morphology%29 Parameter | Description |
dilationType | Structuring element shape. |
dilationSize | Size of structuring element. |