Skip to content

Commit 9f740a5

Browse files
authored
docs: fix simple typo, tranform -> transform (#234)
There is a small typo in demos/perspective_transform.py. Should read `transform` rather than `tranform`.
1 parent c12f153 commit 9f740a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/perspective_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
for (x, y) in pts:
2121
cv2.circle(clone, (x, y), 5, (0, 255, 0), -1)
2222

23-
# apply the four point tranform to obtain a "birds eye view" of
23+
# apply the four point transform to obtain a "birds eye view" of
2424
# the notecard
2525
warped = perspective.four_point_transform(notecard, pts)
2626

0 commit comments

Comments
 (0)