搜索资源列表
gvf_model
- 图像分割中常用的主动轮廓模型的一个经典算法,GVF(梯度矢量流模型)-Segmentation commonly used active contour model of a classical algorithm, gradient vector flow (gradient vector model)
GVF
- 图象分割算法,这是 active contours分割中外力的选择,通常算法为基于梯度,但对于梯度不清楚的图像,可以采用此方法-image segmentation algorithm, which is active segmentation external contours of choice, usually based on the gradient algorithm, but the gradient was not clear images, we can use this me
snake_demo_matlab
- snake模型寻找图像边界,以及改进的GVF算法-snake model for image border, and to improve the algorithm GVF
gvf_similarity_messurement_method
- 自写的一种计算基于gvf空间信息的相似性测度的方法,用于图像配准。
US_image_segmentation
- 自写的一种基于局部对比增强的GVFsnake图像分割方法,参考了xu的gvf,但本方法分割效果更好。
GVFSnake(matlab)
- GVF snake用matlab实现,可用于图像边缘检测和分割
GVF_Snake
- 图像分割是由图像处理到图像分析的关键步骤,涉及到计算机视觉技术的复杂问题。在医学图像方面,许多应用大都依赖于对图像中目标轮廓的准确提取。基于微分算子检测的方法几乎都对噪声较为敏感且不能保证得到连续的边缘,无法用于辨识和分析目标。由Kass提出的基于主动轮廓线的Snake模型[1],用一个具有一定弹性的封闭曲线,在曲线自身形状约束力和由图像数据计算而来的外部力的共同作用下演化,来逼近目标边界,完成对图像的分割。 GVF snake VC++做的
GVFVCCODE
- GVF Snake算法的VC源码。GVF是活动轮廓算法Snake的一种改进,能够解决Snake不能够收敛到凹行区域的缺陷
IGvfSnake
- 用opencv+vc6.0控制台开发的一个基于自己改进的GVF snake算法的程序,用于图像分割。效果还不错。 有疑问可以Email 我:happynp@qq.com
gvf_snake_MATLAB
- 一个很实用的GVF SNAKE程序,对于新手来说,可以通过代码的学习,掌握GVF SNAKE的意义和处理步骤
GVF
- 做图像轮廓提取的应该都听说果GVF这个概念,也难免有没听过的,不过可以看看这个程序
gvf
- active contour算法中的经典算法:GVF算法文献
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
GVF_BY_XU
- XU等人做的关于GVF的小DEMO,里面比较了和传统蛇模型的不同之处以及GVF的优点,可以借此做些改进-XU and other people to do about the GVF small DEMO, which compared the traditional snake model and the differences as well as the advantages of GVF can be done to improve
mygvf
- 自己设计的GVF模型图像分割程序,改进了初始轮廓的选择方法,快速分割。-GVF model designed image segmentation process to improve the initial outline of the selection method, rapid division.
gvf
- gvf算法的MATLAB实现,用于图像的轮廓提取-gvf algorithm
GVF_Snake_plus
- GVF-snake程序,运用GVF-snake对图像进行分割处理-Guass
GVF-Snake-model-
- :通过对梯度矢量流(GVF)力场迭代和轮廓收敛过程中时间开销大、不能逼近较复杂轮 廓等不足之处的分析,提出了一种新的初始轮廓线的设置方法。基于小波变换的多尺度轮廓检测算 法,能够较精确地定位出各类轮廓,在此基础上设置的初始轮廓线能够非常好地靠近图像中的各种真 实轮廓。实验结果表明,此方法有效地缩小了搜索的范围,减少了GVF迭代次数,提高了轮廓收敛的 速度,并保留了GVF Snake模型的所有优点。-: The gradient vector flow (GVF) field it
gvf-snake--hanhua
- 包含传统、球膨胀、gvf和距离模型,可以简单运用在2值图像上-Contains traditional ball expansion, gvf and distance model, you can simply use the binary image
snake
- 图像处理领域经典的几个模型,主动轮廓模型和梯度矢量流主动轮廓模型,用于像素图像的轮廓收敛。(Snake model and GVF Snake model)