]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authornicolas <nicolas@git.imagemagick.org>
Wed, 27 Oct 2010 16:12:53 +0000 (16:12 +0000)
committernicolas <nicolas@git.imagemagick.org>
Wed, 27 Oct 2010 16:12:53 +0000 (16:12 +0000)
magick/resample.c

index d4184f2a9a454774f992f13236efb3fe3c378b2d..e624c92c8f45d5a5d7bb6c5f135b3ddb9ea1c711 100644 (file)
@@ -1411,12 +1411,10 @@ static inline 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 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) Elliptical Weighted
-   * Average Gaussian filtering in his PDL::Transform method (PDL =
-   * Perl Data Language).
+   * The astrophysicist Craig DeForest pioneered the use of the SVD to
+   * clamp up the singular values of the Jacobian matrix of the
+   * pullback transformation. It is implemented in his PDL::Transform
+   * EWA code (PDL = Perl Data Language).
    */
   const double a = dux;
   const double b = duy;