Increase Size of Black Bullets in Image in C#

112 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 best solutions below

3
On BEST ANSWER

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