Thicken vs Dilate
Posted: 2015-12-06T14:14:13-07:00
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:
I tried to find the proper kernel to do a similar thing but haven't succeeded yet. I'm thinking that it may be faster.
Would it achieve the same results and would it be faster or am I losing my time?
Thanks.
I'm doing this to pad my regions with 10px:
Code: Select all
image.Morphology(ImageMagick.MorphologyMethod.Dilate, ImageMagick.Kernel.Disk, "9.5", 1);
Would it achieve the same results and would it be faster or am I losing my time?
Thanks.