搜索资源列表
TestSnake
- Snake算法的程序,提取图像对象的轮廓,可以使用不同的图像,只要在代码中更新初始轮廓点就行。电脑上一定要有OpenCV库!
snake
- 用opencv实现的用snake求物体边缘的例子。执行时先框住一个物体,然后就根据snake算法求最小能量曲线,即得到物体的边缘。框子越接近物体,效果越好。 运行需要opencv库。在VS2005下做的。
snake_track
- 用opencv实现的snake跟踪算法。 执行中在播放的视频中的某一帧用鼠标框住一个物体,然后就进行自动跟踪。
IGvfSnake
- 用opencv+vc6.0控制台开发的一个基于自己改进的GVF snake算法的程序,用于图像分割。效果还不错。 有疑问可以Email 我:happynp@qq.com
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
Snakecontourexample.rar
- opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是:,opencv example does not provide cvsnakeimage way to use an example in this order, you can see the image of the snake algorithm results, generally the practice is:
SnakeProfile
- opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
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
- 基于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图像处理库,通过此算法,对编程有了更深的理解。-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.
snake
- 使用opencv制作的贪吃蛇小游戏,仅供参考-Using opencv make Snake game, for reference only
qcly
- 贪市蛇的MATLAB远程序,很棒 源码不错的 可以(Greedy snake MATLAB far city, great source can be good)