diff --git a/skimage/transform/_geometric.py b/skimage/transform/_geometric.py index e4913d4b..6c0afbdb 100644 --- a/skimage/transform/_geometric.py +++ b/skimage/transform/_geometric.py @@ -324,16 +324,11 @@ class PiecewiseAffineTransform(ProjectiveTransform): a Delaunay triangulation of the points to form a mesh. Each triangle is used to find a local affine transform. - Parameters - ---------- - TODO - """ def __init__(self): self.tesselation = None self.affines = [] - self._matrix = None def estimate(self, src, dst): """Set the control points with which to perform the piecewise mapping.