Declaration
procedure erode(erosionType: TIEVisionStructuringElementShape; erosionSize: uint32_t); safecall;
Description
Erosion is a method of Morphological Image Processing:
https://en.wikipedia.org/wiki/Erosion_%28morphology%29 Parameter | Description |
erosionType | Structuring element shape. |
erosionSize | Size of structuring element. |