1 Star 11 Fork 1

FengWei2000/Raspberry-Pi-smart-car

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
computecolor.py 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
FengWei2000 提交于 2021-07-01 02:58 . Add files via upload
import cv2
cv2.resizeWindow("enhanced", 640, 480)
image = cv2.imread('hsv4.png')
HSV = cv2.cvtColor(image, cv2.COLOR_BGR2HSV)
def getpos(event, x, y, flags, param):
if event == cv2.EVENT_LBUTTONDOWN: # 定义一个鼠标左键按下去的事件
print(HSV[y, x])
cv2.imshow("imageHSV", HSV)
cv2.imshow('image', image)
cv2.setMouseCallback("imageHSV", getpos)
cv2.waitKey(0)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/FengWei2000/Raspberry-Pi-smart-car.git
git@gitee.com:FengWei2000/Raspberry-Pi-smart-car.git
FengWei2000
Raspberry-Pi-smart-car
Raspberry-Pi-smart-car
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385