mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-11 12:43:04 +08:00
change interface of transformation merging
This commit is contained in:
@@ -135,7 +135,6 @@ def test_union():
|
||||
translation2 = (0, 0)
|
||||
tform2.from_params(scale2, rotation2, translation2)
|
||||
|
||||
tform = tform1.union(tform2)
|
||||
tform = tform1 + tform2
|
||||
tform = tform1 * tform2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user