Increase Size of Black Bullets in Image in C#

103 views Asked by At

Given the following image:

enter image description here

I need to output this image:

enter image description here

I want to increase the size of Black Pixels in the image using C# or AForge.Net

1

There are 1 answers

3
Adi Shavit On BEST ANSWER

The image processing operation you need is morphological dilation or, in your case with black dots on white background morphological erosion.