搜索资源列表
GVFSnakeMatlab
- GVF Snake 程序,用于图象分割,用MATLAB语言编写-GVF Snake procedures for image segmentation using MATLAB language
gvf1111
- 利用matlab编程实现gvf snake算法,并得到了较好的结果,比传统的snake有较大的改进-using Matlab programming gvf snake algorithm, and a better result, than the traditional snake a greater improvement
gvf_v5
- gvf snake 范例程式,以matlab撰写-gvf snake sample program to write matlab
Image_Contour_Detecting_Base_on_GVF_Snake
- 主动轮廓模型( snake) 是计算机视觉领域的重要研究方向, 受到越来越多的研究者的青睐。由于传统snake 具有不能收敛到凹 形区域和收敛速度较慢等缺点, 通过改进外部能量, 引入了梯度矢量流主动轮廓模型(GVF Snake)。实验表明, 该方法能更快、更好的收敛 于图像轮廓。-Active contour model (snake) is an important field of computer vision rese
GVFSnake(matlab)
- GVF snake用matlab实现,可用于图像边缘检测和分割-GVF snake with matlab realize, can be used for image edge detection and segmentation
GVF_Snake
- 图像分割是由图像处理到图像分析的关键步骤,涉及到计算机视觉技术的复杂问题。在医学图像方面,许多应用大都依赖于对图像中目标轮廓的准确提取。基于微分算子检测的方法几乎都对噪声较为敏感且不能保证得到连续的边缘,无法用于辨识和分析目标。由Kass提出的基于主动轮廓线的Snake模型[1],用一个具有一定弹性的封闭曲线,在曲线自身形状约束力和由图像数据计算而来的外部力的共同作用下演化,来逼近目标边界,完成对图像的分割。 GVF snake V
GVFVCCODE
- GVF Snake算法的VC源码。GVF是活动轮廓算法Snake的一种改进,能够解决Snake不能够收敛到凹行区域的缺陷-GVF Snake algorithm VC source. GVF active contour algorithm is an improvement Snake, Snake can be resolved can not converge to the concave line defect region
IGvfSnake
- 用opencv+vc6.0控制台开发的一个基于自己改进的GVF snake算法的程序,用于图像分割。效果还不错。 有疑问可以Email 我:happynp@qq.com-Opencv vc6.0 console with the development of an improvement based on their own procedures for GVF snake algorithm for image segmentat
gvf_snake_MATLAB
- 一个很实用的GVF SNAKE程序,对于新手来说,可以通过代码的学习,掌握GVF SNAKE的意义和处理步骤-A very practical GVF SNAKE procedures, for the novice, it can be through the code learning, GVF SNAKE grasp the meaning and processing steps
snakepaper
- Snake 动态轮廓模型,GVF Snake,经典文章两篇。Active contour model. Kass Snakes Active Contour Models, Xu , Snakes, Shapes, and Gradient Vector Flow-Snake dynamic contour model, GVF Snake, the classic article 2. Active contour model. Ka
snake_gvf_demo
- GVF snakes. 最近学习用到的code,可以帮助图像处理入门级的学生了解GVF snake的实现。-GVF snakes. Recent study used the code, image processing can help entry-level students to understand the realization of GVF snake.
FaceEdge-GVF
- 基于GVF的SNAKE算法,应用于红外人脸分割,用matlab编写的-SNAKE the GVF-based algorithms, used in infrared face segmentation, prepared by matlab
tuxiangfenggesuanfa
- 人工干预使蛇模型只能用于半自动的图像分割,该文在梯度向量流(GVF)蛇模型的基础上提出一种基于流场节点与最小路径方法 的全自动图像分割算法。在图像的GVF 场上检测出流场节点,以节点为种子,采用多标记快速扫描法获得一个初始分割,采用区域合并 得到最终分割结果。实验结果证明了该算法的鲁棒性和有效性。-Manual intervention to make the snake model can only be used for s
snake_demo
- this demo provide to better understanding GVF Snake
gvfsnakeMATLAB
- gvf snake 邊緣檢測範例(包含範例圖)-1. Introduction and Installation Instructions ---------------------------------------------- Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The Matlab*.m files in this
snake
- 进行边界轮廓标定的snake算法工具箱,距离势能 gvf 以及传统sanke等各种snake-The boundary contour of the snake algorithm calibration kit, from the potential gvf and other traditional snake sanke
GVF_Snake_plus
- GVF-snake程序,运用GVF-snake对图像进行分割处理-Guass
GVF-
- 基于GVF Snake模型与椭圆肤色模型融合的 手势轮廓检测方法 -GVF Snake model based on skin color model with the elliptical contour integration of gesture detection method
GVF-Snake-model-
- :通过对梯度矢量流(GVF)力场迭代和轮廓收敛过程中时间开销大、不能逼近较复杂轮 廓等不足之处的分析,提出了一种新的初始轮廓线的设置方法。基于小波变换的多尺度轮廓检测算 法,能够较精确地定位出各类轮廓,在此基础上设置的初始轮廓线能够非常好地靠近图像中的各种真 实轮廓。实验结果表明,此方法有效地缩小了搜索的范围,减少了GVF迭代次数,提高了轮廓收敛的 速度,并保留了GVF Snake模型的所有优点。-: The gradi
snake
- 图像处理领域经典的几个模型,主动轮廓模型和梯度矢量流主动轮廓模型,用于像素图像的轮廓收敛。(Snake model and GVF Snake model)