mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-08 11:26:12 +08:00
Remove unnecessary params section in doc string
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user