CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - game opencv

搜索资源列表

  1. opencv-slides

    1下载:
  2. 中科院自动化所自由软件学会于任棋讲解的使用opencv进行图像处理的课件和源码。其中包括opencv图像结构、矩阵结构、点结构简介,以及图像I/O,边缘检测,轮廓检测,背景建模等。-free software to automate the process of the Chinese Academy of Sciences Institute of the game on the use opencv for Image Processing Software and the source.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:523434
    • 提供者:
  1. myCapture

    0下载:
  2. 用opencv和directshow写的一个游戏,通过摄像头获得人脸位置来控制游戏。-Using opencv and directshow write a game face through the camera was positioned to control the game.
  3. 所属分类:Other Games

    • 发布日期:2017-05-19
    • 文件大小:5407699
    • 提供者:www
  1. OpenCV_camgame

    0下载:
  2. OpenCV为技术,控制摄像头为操作接口的小游戏源码。-OpenCV for the technology, camera control interface for the operation of game source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3936
    • 提供者:yaojq
  1. GAME

    0下载:
  2. 利用SIFT检测两图片的相同点,并获 ·北京大学数字图象处理课件,封举富 ·主要内容彩色256色转灰度图,hough变 ·OPENCV手册!opencv用具很实用,广 ·功能强大的图像处理软件可以打开,关 ·ICP是用来匹配两组未知点,可以用于 ·利用opencv完成的汽车牌号识别,支 ·細線化程式,本程式源 ·图像处理算法方面编程代码汇总,请 -Detect SIFT picture using the same two points, and digita
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:2124
    • 提供者:邵闯
  1. GameCapture

    0下载:
  2. 这是用OPENCV里面人脸检测算法实现的一个小游戏,用vs2008的-This is OPENCV face detection algorithm inside a small game, using vs2008' s
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:856102
    • 提供者:www
  1. 51622456Fire

    0下载:
  2. 火焰特效,研究算法,可用于游戏或其他程序里。-fire program ,for game or other
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:21579
    • 提供者:raojun
  1. DanceDanceRevolutionWithHandGestureControl

    0下载:
  2. For the recognition of hand gestures, OpenCV and HandVu libraries are used to provide the functions of hand tracking and recognition. When a hand gesture is recognized, the result is sent to the DDR game through a network socket. Then, the DDR ga
  3. 所属分类:Document

    • 发布日期:2017-03-26
    • 文件大小:225528
    • 提供者:
  1. project

    0下载:
  2. 利用opencv的camshift,讀取webcam影像,實現視訊數字拼圖的遊戲-Using opencv of camshift, read the webcam image, to achieve digital video puzzle game
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:3346437
    • 提供者:kerwin1315
  1. game

    1下载:
  2. 用OpenCV编写的一款简单的视频交互游戏-a simple camera game use opencv.
  3. 所属分类:Game Program

    • 发布日期:2015-12-09
    • 文件大小:3072
    • 提供者:koukon
  1. Opencv-MineSweeping

    0下载:
  2. 调用OpenCV中的窗口等图像处理函数编写的类似于windows扫雷的小游戏-Similar to windows minesweeping game window in calling OpenCV image processing functions written
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1649548
    • 提供者:FaLeFengLe
  1. OpenCV-Maze-generation

    0下载:
  2. 用OpenCV库中的窗口创建函数和图像处理函数编写的迷宫的生成与行走小游戏-Window created in the OpenCV library functions and image processing functions written in the maze generation and walk of game
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:3042856
    • 提供者:FaLeFengLe
  1. OpenCV-for-a-game

    0下载:
  2. 基于Opencv和MFC的分形图像压缩实现程序,Opencv用于读取图像-Implementation of fractal image compression based on Opencv and MFC programs, Opencv is used to read images
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:3936
    • 提供者:程明
  1. Jigsaw-puzzle-Game-By-CPP-and-Opencv

    0下载:
  2. 通过C++和Opencv编写了一个拼图板小游戏,类似于Windows 7自带小工具“图片拼图板”,支持设置拼图板的行数和列数,有兴趣可以下载来玩一玩- 通过C++和Opencv编写了一个拼图板小游戏,类似于Windows 7自带小工具“图片拼图板”,支持设置拼图板的行数和列数,有兴趣可以下载来玩一玩 C++ and Opencv prepared by a puzzle board game, similar to the Windows 7 comes with a small
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:123468
    • 提供者:吕不韦
  1. Gluttonous-Snake-by-CPP-and-Opencv

    0下载:
  2. 用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
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2406
    • 提供者:吕不韦
  1. snake-game

    0下载:
  2. 贪吃蛇小游戏,使用C++、Opencv实现-Snake game, C++, Opencv achieve
  3. 所属分类:Other Games

    • 发布日期:2017-05-04
    • 文件大小:54236
    • 提供者:admin
  1. ShooterGame

    1下载:
  2. 基于树莓派、姿态传感器、摄像头开发的简易AR射击游戏。实现在摄像头拍摄的画面中刷新敌人并通过移动设备来控制移动,通过使用物理按键来进行攻击。(Simple AR Shooter Game based on raspberry pi 3 with MPU9250 and Picam using OpenGL ES and OpenCV. Using QT4, OpenGL ES 3 and OpenCV 2.4 to develop on Raspbian Jessie. Use I2C to r
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-18
    • 文件大小:18432
    • 提供者:PcSword
  1. gesture_recognize.py

    0下载:
  2. 基于opencv的手势识别的猜拳游戏,可实现识别石头,剪刀,布,并和电脑的随机结果比较,判断输赢。(The opencv gesture recognition based on game, can realize the identification of stone, scissors, cloth, and compare the results and random computer, to determine the winners and losers.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:阿达西996
  1. JumpAndJump

    0下载:
  2. 跳一跳图像处理程序,进行预处理方便后面算法提取信息("Jump " game's image proccess)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:7032832
    • 提供者:seanalgorithm
  1. zhaocha

    0下载:
  2. 基于MFC环境,使用OpenCV的相关函数,实现了对“大家来找茬”游戏界面的两张图片的比较,并通过鼠标点击,较为准确的判断出不同之处。(Based on the MFC environment, using the related functions of OpenCV, the comparison of the two pictures of the "everybody to find out" game interface is realized, and the d
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:42960896
    • 提供者:南极熊
  1. HappyPopfirst

    0下载:
  2. 用基本opencv语法,模仿开心消消乐做出的一个游戏(A game that mimics joy elimination)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-06
    • 文件大小:7688192
    • 提供者:2306543568
« 12 3 »
搜珍网 www.dssz.com