Skip to content

Commit ab451d8

Browse files
authored
Update blog06-image01.py
1 parent ee987c2 commit ab451d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog06-resize/blog06-image01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#图像缩放
99
result = cv2.resize(src, (200,100))
10-
print result.shape
10+
print(result.shape)
1111

1212
#显示图像
1313
cv2.imshow("src", src)

0 commit comments

Comments
 (0)