搜索资源列表
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
Snake
- 一个用opencv实现的贪食蛇c语言程序-The Snake program realised through OPENCV
eluosifangkuai
- 一个用opencv实现的俄罗斯方块c语言源程序-The russian block C program realised by OPENCV
wzq
- 基于opencv开发的五子棋,简单功能基本实现-Based on the development of opencv renju, simple function realized basically
24
- OpenCV实现24点游戏 包含鼠标的捕捉,文字的输入和删除-game 24 point OpenCV c++ include mouse capture , words input and delete and so on
CarPlateandroid
- 安卓系统,基于opencv 、神经网络、分类器,实现车牌定位,识别。-Android system, based on opencv, license plate location, identification, use of license plate recognition classifier.
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
snake-game
- 贪吃蛇小游戏,使用C++、Opencv实现-Snake game, C++, Opencv achieve