搜索资源列表
snake
- 用opencv实现的用snake求物体边缘的例子。执行时先框住一个物体,然后就根据snake算法求最小能量曲线,即得到物体的边缘。框子越接近物体,效果越好。 运行需要opencv库。在VS2005下做的。
snake
- 用OPencv,处理snake轮廓和分割。
opencv实现的snake算法
- opencv实现的snake算法,可以用于轮廓提取。,opencv realized snake algorithm, can be used for contour extraction.
GVF_Snake_plus.rar
- GVF snake的C++实现,开发环境为VC6.0,OpenCV。大部分代码都为本地代码。代码依据GVF原始论文以及其demo编写。 ,GVF snake' s C++ implementation, development environment for VC6.0, OpenCV. Most of the code for the local code. GVF dissertation based on original code as well as the preparation o
Snake-contour.rar
- 本程序以VC++为开发环境,以opencv和MFC为开发语言实现用Snake方法轮廓提取轮廓。提取轮廓是图像处理和视频流处理的基础...,This procedure for a VC++ development environment, and MFC in opencv using the development of language Snake contour contour extraction method. Extraction of the outline of the imag
OpenCv_Snake
- OpenCv中snake程序的实现的代码-OpenCv procedure in the realization of snake code
snake
- snake 模型,使用OpenCV实现。可以实现代码自动轮廓的寻找。-snake modle. using OpenCV and VC++6.0. the code can find the contour of the object.
snake
- 基于CV的SNAKE算法,使用时候请安装OPENCV的库,日文注释,主体意思应该可以看明白-Based on the CV of the SNAKE algorithm, when the use of the library, please install OPENCV, Japanese Notes, the principal should be able to understand the meaning of
OpencvMotionTrack
- Opencv中的运动追踪的实现(AutoCamShift snake)-Opencv of the movement to track the realization of (AutoCamShift snake)
snake
- Snake algorithm using OpenCV
Snake
- 基于OpenCV的Snake方法边缘检测-Method based on edge detection OpenCV' s Snake
Snake_plus
- 用OPENCV实现的活动轮廓提取,速度较快,对于简单物体轮廓提取效果良好-OPENCV achieved with active contour extraction, faster, for the simple contour extraction well
snake
- 基于opencv的snake算法,可以根据能量优化物体的轮廓-Opencv algorithm based on the snake, according to the outline of the object energy optimization
snake-2
- 主动轮廓线分割 要带opencv库 已经是vc实现了亲-active contour without edge chan-vese model
Snake
- 一个用opencv实现的贪食蛇c语言程序-The Snake program realised through OPENCV
snake
- This code implements snake algorithm using opencv
snake
- 利用传统的主动轮廓提取模型,提取单个物体的轮廓,用了opencv图像处理库,通过此算法,对编程有了更深的理解。-Using traditional active contour extraction model, extracting the outline of a single body, with opencv image processing library, through this algorithm, a deeper understanding of programming.
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
snake
- 使用opencv制作的贪吃蛇小游戏,仅供参考-Using opencv make Snake game, for reference only