mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Add new stop criteria to ransac and improve doc string
This commit is contained in:
@@ -83,7 +83,7 @@ class GeometricTransform(object):
|
||||
|
||||
"""
|
||||
|
||||
return np.sqrt(np.sum((self(src) - dst) ** 2, axis=1))
|
||||
return np.sqrt(np.sum((self(src) - dst)**2, axis=1))
|
||||
|
||||
def __add__(self, other):
|
||||
"""Combine this transformation with another.
|
||||
|
||||
Reference in New Issue
Block a user