Skip to content

nahid0335/erosion_dialation

Repository files navigation

erosion_dialation

kernel is used such as 5x5
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1

in erosion have to match all value in kernel with input image. in dialation have to match any value in the kernel with input value .

input image

image

output erosion

image

output dialation

image

About

erosion and dialation using structure element in OpenCV python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages