Search found 3 matches

by vgvallee
2015-12-06T14:14:13-07:00
Forum: Magick.NET
Topic: Thicken vs Dilate
Replies: 1
Views: 11233

Thicken vs Dilate

Is there a difference between the Thicken and the Dilate methods of the Morphology function? I'm doing this to pad my regions with 10px: image.Morphology(ImageMagick.MorphologyMethod.Dilate, ImageMagick.Kernel.Disk, "9.5", 1); I tried to find the proper kernel to do a similar thing but hav...
by vgvallee
2015-12-06T14:01:53-07:00
Forum: Magick.NET
Topic: .NET: find coordinates of specified color
Replies: 2
Views: 10713

Re: .NET: find coordinates of specified color

This works very well... Somehow, I had come up with something that took a very long time.
by vgvallee
2015-12-05T18:04:25-07:00
Forum: Magick.NET
Topic: .NET: find coordinates of specified color
Replies: 2
Views: 10713

.NET: find coordinates of specified color

Using the C# .NET API, how to find the coordinates of pixels of a given color? Plenty of examples using cmd but I'm having a hard time figuring how to do it with C#. I have seen some cmd examples dealing with txt output to find specific lines but the images I have to deal with are 5000x3000. It came...