搜索资源列表
Game_PinTu
- 使用vc++,基于OPENCV环境下编写的拼图游戏,使用鼠标操作。
zhaocha_help.rar
- 帮助你在QQ找茬游戏里快速找到两张图片的区别。 程序是用VC7写的,基于OpenCV库。由于是抓取屏幕通过寻找部分固定字符来定位两幅图片位置,因此仅对部分QQ找茬游戏有效。可以在此程序上适当扩展以适应所有的QQ找茬游戏。,QQ help you finding fault in the game quickly find the difference between two pictures. Procedures are written in VC7, based on the OpenCV
myCapture
- 用opencv和directshow写的一个游戏,通过摄像头获得人脸位置来控制游戏。-Using opencv and directshow write a game face through the camera was positioned to control the game.
GAME
- 利用SIFT检测两图片的相同点,并获 ·北京大学数字图象处理课件,封举富 ·主要内容彩色256色转灰度图,hough变 ·OPENCV手册!opencv用具很实用,广 ·功能强大的图像处理软件可以打开,关 ·ICP是用来匹配两组未知点,可以用于 ·利用opencv完成的汽车牌号识别,支 ·細線化程式,本程式源 ·图像处理算法方面编程代码汇总,请 -Detect SIFT picture using the same two points, and digita
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
Reversi
- 黑白棋,自己用vc++6.0结合OPENCV编写的黑白棋程序-Reversi, vc++6.0 combined with OPENCV Reversi program written in
data_chess
- 完整的黑白棋游戏代码,利用OpenCV加载棋盘图片,用C++编写程序代码,附有详细的代码注释,让读者通俗易懂-Othello complete game code using OpenCV chessboard image loading, using C++ programming code, the code with detailed annotations, so easy to understand
wuziqi
- 五子棋游戏完整代码,用OpenCV加载背景图片,在VC环境中编写程序代码,含有丰富的代码注释,让读者快速掌握-Gobang complete code, load the background image with OpenCV in the VC environment, programming code, code comments are rich, so that the reader quickly grasp
game
- 用OpenCV编写的一款简单的视频交互游戏-a simple camera game use opencv.
111
- 基于Visual C++应用OpenCV开发的五子棋程序,其中包括所有基本的OpenCv操作,是opencv初学者学习的好资料-Applications based on Visual C++ OpenCV development backgammon program, which includes all the basic operations OpenCv is good information for beginners to learn opencv
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
eluosi
- 用C++,在opencv下编写著名的俄罗斯方块游戏,通过简单的键盘点击就可以玩。-Opencv under C++, to write the famous Tetris game can be played by a simple click of the keyboard.
ShakeForFood2
- 里面所用的opencv全部开源…。例子是参考一个日本程序员弄的 使用此demo时 尽量不要戴眼睛或者侧面拍照,不然有可能识别不了!!! 请直接使用真机看效果…。 关于如何使用: 选择take photo wite camera,拍照完毕后选择face按钮进行识别就可以了… 如何在自己项目中加入此效果? 1.将此项目的libopencv_core.a,libopencv_imgproc.a,libopencv_objdetect.a拖入
towerdefence1.4.4
- 自己写的一个小游戏,名为塔防,是一个很小的游戏,用opencv写的-towerdefense is a simple game
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