首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
code001 图片读取与显示
code001 图片读取与显示
it
2025-06-01
9
图片读取与显示.py
import
cv2 src
=
cv2
.
imread
(
"mamba_mentality.jpg"
)
cv2
.
namedWindow
(
"KOBE"
,
cv2
.
WINDOW_AUTOSIZE
)
cv2
.
imshow
(
"KOBE"
,
src
)
cv2
.
waitKey
(
0
)
cv2
.
destroyAllWindows
(
)
程序运行效果:
转载请注明原文地址: https://lol.8miu.com/read-26290.html
最新回复
(
0
)