spetric
Croatia
308 Posts |
Posted - Jan 29 2019 : 09:09:12
|
Hi,
You can use TImageEnProc.RemoveIsolatedPixels:
// removes single isolated pixels (black pixels) ImageEnView1.Proc.RemoveIsolatedPixels(0, 1);
// removes groups of two isolated pixels (black pixels) ImageEnView1.Proc.RemoveIsolatedPixels(0, 2);
|
|
|