Skip to content

Commit

Permalink
Add missing minus in SimilarityTransform docstring (#6840)
Browse files Browse the repository at this point in the history
added a missing minus in the homogeneous transformation matrix
  • Loading branch information
akonsk committed Aug 15, 2023
1 parent 8c3c324 commit b6be0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/transform/_geometric.py
Expand Up @@ -1327,7 +1327,7 @@ class SimilarityTransform(EuclideanTransform):
where ``s`` is a scale factor and the homogeneous transformation matrix is::
[[a0 b0 a1]
[[a0 -b0 a1]
[b0 a0 b1]
[0 0 1]]
Expand Down

0 comments on commit b6be0ce

Please sign in to comment.