搜索资源列表
SnakeProfile
- opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
Snake
- 基于OpenCV的Snake方法边缘检测-Method based on edge detection OpenCV' s Snake
snake-2
- 主动轮廓线分割 要带opencv库 已经是vc实现了亲-active contour without edge chan-vese model
HumanTracking
- 基于opencv的视频中人体跟踪代码,用Kalman预测 ,用Snake 在预测点的周围进行Snake能量函数及小化-Body of opencv-based video tracking code, using the Kalman prediction Snake Snake energy function and small around the prediction point
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)