Skip to content

a tool to find an object with some colour and when it moves,it will draw its trajectory on the screen

License

Notifications You must be signed in to change notification settings

eminentgu/colourCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

这是什么:这是一个用于从摄像头中捕获特定颜色并将其运动轨迹在turtle中显示出来的程序。。。。好吧,它精度不高。。。。

怎么用:安装好cv2,numpy,turtle库后运行python colour.py。当然,你应该有一个摄像头。。。。。。

by the way: 你可以看看example视频。。。。那儿有我千辛万苦画的小心心。。。

额。。。至于这个玩意儿到底有什么用么,。。。。我也不知道。。。。你可以试试画画。。。。表白????,恩稍微改改也许可以隔空控制鼠标(雾。。。),不管怎么样这至少很酷就好啦 (:

上面是我初三写的,下面是我高三写的。。。。。。偷懒没用markdown。。。。。
具体步骤:
1.安装opencv,turtle,numpy。
2.选择一种物品作为追踪识别颜色,你可以先用你的摄像头拍一张追踪物品的照片,然后用取色器大致估计一下它的颜色(rgb范围),选的物品尽量不要与背景色有重叠。在代码相应部分更改。
Tip:
1.我选用的是蓝色(蓝笔/蓝色便签),但有我眼镜反光干扰。但效果比红色似乎要好
2.范围尽量要大一点
3.如果在opencv输出的的测试里面mask里有画面,turtle的输出画面里没有的话,可能是goto哪里有问题。


About

a tool to find an object with some colour and when it moves,it will draw its trajectory on the screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages