搜索资源列表
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
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
eluosi
- 用C++,在opencv下编写著名的俄罗斯方块游戏,通过简单的键盘点击就可以玩。-Opencv under C++, to write the famous Tetris game can be played by a simple click of the keyboard.
24
- OpenCV实现24点游戏 包含鼠标的捕捉,文字的输入和删除-game 24 point OpenCV c++ include mouse capture , words input and delete and so on
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