搜索资源列表
GameCapture
- 这是用OPENCV里面人脸检测算法实现的一个小游戏,用vs2008的-This is OPENCV face detection algorithm inside a small game, using vs2008' s
1
- 用opencv,vc6.0实现大家来找茬的外挂 找茬速度快,精度准-design for the game "find differece from two similar pictures" it s fast and useful
Gluttonous-Snake-by-CPP-and-Opencv
- 用C++和Opencv实现了一下贪吃蛇游戏 设计思路: 1.显示初始画面,蛇头box初始位置为中心,食物box位置随机 2.按随机方向移动蛇头,按a、s、d、w键控制移动方向,分别为向左,向下,向右,向上 3.蛇头位置与食物box位置重合,则把食物box加入到蛇身向量arraryBox里,并设置食物box为第一个元素 4.蛇身各个box移动规律是,每次移动后一个box的位置变为前一个box的位置 5.蛇头移动超越边界,游戏结束-With Opencv and C++ to