erode

http://kube.pl/wp-content/uploads/2018/01/erode_01.png

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

http://kube.pl/wp-content/uploads/2018/01/erode_11.png