Update doc strings with piecewise affine

This commit is contained in:
Tim Sheerman-Chase
2012-08-31 19:12:57 +01:00
parent be1143046b
commit 07d4e333f0
+4
View File
@@ -584,6 +584,10 @@ class PiecewiseAffineTransform(ProjectiveTransform):
"""2D piecewise affine transformation.
Control points are used to define the mapping. The transform is based on
a Delaunay triangulation of the points to form a mesh. Each triangle is
used to find a local affine transform.
Parameters
----------
TODO