mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-30 12:31:08 +08:00
Fix invalid doc string format in estimate_transform
This commit is contained in:
@@ -1015,7 +1015,7 @@ def estimate_transform(ttype, src, dst, **kwargs):
|
||||
|
||||
Parameters
|
||||
----------
|
||||
ttype : {'euclidean', similarity', 'affine', 'piecewise-affine',
|
||||
ttype : {'euclidean', similarity', 'affine', 'piecewise-affine', \
|
||||
'projective', 'polynomial'}
|
||||
Type of transform.
|
||||
kwargs : array or int
|
||||
|
||||
Reference in New Issue
Block a user