Setting _matrix to None, because the transform is not of this form

This commit is contained in:
Tim Sheerman-Chase
2012-09-01 12:38:25 +01:00
parent 839442aad2
commit ea5fe5ff9c
+1
View File
@@ -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.