erode¶

Functionality¶
Erodes an image by using a specific structuring element.
Inputs¶
- anchor_in – Position of the anchor within the element.
- borderType_in – border mode used to extrapolate pixels outside of the image, see cv::BorderTypes
- image_in – Input image.
- iterations_in – Number of times erosion is applied.
- ksize_in – Structuring element used for erosion.
Outputs¶
- image_out – Output image.
Locals¶
Examples¶
