From: nicolas Date: Mon, 27 Sep 2010 18:23:16 +0000 (+0000) Subject: clearer comments X-Git-Tag: 7.0.1-0~8794 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=553b36ed9da8ada2eb4dbca68b827e95c33feb97;p=imagemagick clearer comments --- diff --git a/magick/resample.c b/magick/resample.c index 158bdb732..572fd559f 100644 --- a/magick/resample.c +++ b/magick/resample.c @@ -1374,10 +1374,11 @@ static void ClampUpAxes(const double dux, * of Laurentian University with funding from the National Science * and Engineering Research Council of Canada. * - * The idea of using the SVD to coerce the affine approximation of - * the pullback transformation comes from the astrophysicist Craig - * DeForest, who implemented it for use with (approximate) Gaussian - * filtering in his PDL::Transform code. + * The idea of using the SVD to clamp the singular values of the + * linear part of the affine approximation of the pullback + * transformation comes from the astrophysicist Craig DeForest, who + * implemented it for use with (approximate) Gaussian filtering in + * his PDL::Transform code. * * The only (possibly) new math in the following is the selection of * the largest row of the eigen matrix system in order to stabilize