From: cristy Date: Tue, 21 Apr 2015 23:02:59 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1085 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=400fbea5c7e8899f099534561c86b6eb70f3784b;p=imagemagick --- diff --git a/MagickCore/morphology.c b/MagickCore/morphology.c index c1c36ebab..4aa4c64d8 100644 --- a/MagickCore/morphology.c +++ b/MagickCore/morphology.c @@ -33,8 +33,8 @@ % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% Morphology is the the application of various kernels, of any size and even -% shape, to a image in various ways (typically binary, but not always). +% Morphology is the application of various kernels, of any size or shape, to a +% image in various ways (typically binary, but not always). % % Convolution (weighted sum or average) is just one specific type of % morphology. Just one that is very common for image bluring and sharpening