Morphological Operations in Image Processing

Nickson Joram
6 min readJan 1, 2020

Image processing is an interesting topic in Computer Science. We have seen some of its basics earlier. This is going to deal with some sensitive important aspects in this big sector. You need to carefully look into the definitions and explanations.

Binary images (consists of pixels that can have one of exactly two colors, usually black and white) may contain numerous imperfections. In particular, noises and textures can be distorted when the binary regions are produced by a simple threshold. Morphological Operations in Image Processing pursue the goal…

--

--