We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12f153 commit 9f740a5Copy full SHA for 9f740a5
1 file changed
demos/perspective_transform.py
@@ -20,7 +20,7 @@
20
for (x, y) in pts:
21
cv2.circle(clone, (x, y), 5, (0, 255, 0), -1)
22
23
-# apply the four point tranform to obtain a "birds eye view" of
+# apply the four point transform to obtain a "birds eye view" of
24
# the notecard
25
warped = perspective.four_point_transform(notecard, pts)
26
0 commit comments