在 C# 中增加图像中黑色项目符号的大小

Increase Size of Black Bullets in Image in C#

给定下图:

我需要输出这张图片:

我想使用 C# 或 AForge.Net

增加图像中黑色像素的大小

你需要的图片处理操作是morphological dilation or, in your case with black dots on white background morphological erosion.