Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/at15/kc2b
Homework about using opencv to guide a small car
https://github.com/at15/kc2b
opencv
Last synced: 8 days ago
JSON representation
Homework about using opencv to guide a small car
- Host: GitHub
- URL: https://github.com/at15/kc2b
- Owner: at15
- Created: 2013-11-24T05:49:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T08:37:21.000Z (almost 11 years ago)
- Last Synced: 2023-08-06T06:38:47.206Z (over 1 year ago)
- Topics: opencv
- Language: C++
- Size: 7.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
kc2b
====科创2B小车走黑线 2013 B16 PC端
使用opencv处理图像,通过蓝牙把信号发给小车。小车最初是舵机转向,后来改成后轮驱动。(个人认为后轮灵活很多,可能给写的代码也有关系)
1 界面使用MFC,显示IplImage通过CCvPicCtrl实现,通过timer来不断获取图像
2 图像处理相关函数在CImageProc类中编译时注意修改配置属性中的库目录和包含目录(除非你的opencv2.4安装在c盘)
2014-1-15 祝大家新年快乐