mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 20:35:40 +08:00
Setting _matrix to None, because the transform is not of this form
This commit is contained in:
@@ -597,6 +597,7 @@ class PiecewiseAffineTransform(ProjectiveTransform):
|
||||
def __init__(self):
|
||||
self.tess = None
|
||||
self.triAffines = []
|
||||
self._matrix = None
|
||||
|
||||
def estimate(self, src, dst):
|
||||
"""Set the control points with which to perform the piecewise affine mapping.
|
||||
|
||||
Reference in New Issue
Block a user