Skip to content

Feature: adding Dilation to the filtering operations #20

@dilumdesilva

Description

@dilumdesilva

Erosion and dilation are the two types of morphological operations. As the name implies, morphological operations are the set of operations that process images according to their shapes.

Based on the given input image a "structural element" is developed. This might be done in any of the two procedures. These are aimed at removing noise and settling down the imperfections, to make the image clear

You can perform the dilation operation on an image using the dilate() method of the OpenCV imgproc class.

Check the project documentation for more information related to the project setup and contributions.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions