From a8505bc2b5da750bd998d4b02f3e130efb52be7a Mon Sep 17 00:00:00 2001 From: MarkCao Date: Fri, 5 Aug 2022 14:57:14 +0800 Subject: [PATCH] =?UTF-8?q?Update=202=5F2=5F=E8=A7=86=E9=A2=91=E5=85=A5?= =?UTF-8?q?=E9=97=A8.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更正一处翻译错误:frame应译为“帧“而非"框架"。 --- ...2_2_\350\247\206\351\242\221\345\205\245\351\227\250.md" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/ThirdSection/2_2_\350\247\206\351\242\221\345\205\245\351\227\250.md" "b/ThirdSection/2_2_\350\247\206\351\242\221\345\205\245\351\227\250.md" index 512b886..34e295d 100644 --- "a/ThirdSection/2_2_\350\247\206\351\242\221\345\205\245\351\227\250.md" +++ "b/ThirdSection/2_2_\350\247\206\351\242\221\345\205\245\351\227\250.md" @@ -31,7 +31,7 @@ while True: break # 我们在框架上的操作到这里 gray = cv.cvtColor(frame, cv.COLOR_BGR2GRAY) - # 显示结果帧e + # 显示结果帧 cv.imshow('frame', gray) if cv.waitKey(1) == ord('q'): break @@ -104,7 +104,7 @@ while cap.isOpened(): print("Can't receive frame (stream end?). Exiting ...") break frame = cv.flip(frame, 0) - # 写翻转的框架 + # 写翻转后的帧 out.write(frame) cv.imshow('frame', frame) if cv.waitKey(1) == ord('q'): @@ -117,4 +117,4 @@ cv.destroyAllWindows() ### 其他资源 -#### 练习题 \ No newline at end of file +#### 练习题