搜索资源列表
Matlab snakes demo
- 主动轮廓模型,即snake算法的demo-active contour models, snake algorithm demo
greedy_snake
- 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法-image segmentation commonly used active contour model of a classical algorithm-- greedy algorithm
gvf_model
- 图像分割中常用的主动轮廓模型的一个经典算法,GVF(梯度矢量流模型)-Segmentation commonly used active contour model of a classical algorithm, gradient vector flow (gradient vector model)
Image_Contour_Detecting_Base_on_GVF_Snake
- 主动轮廓模型( snake) 是计算机视觉领域的重要研究方向, 受到越来越多的研究者的青睐。由于传统snake 具有不能收敛到凹 形区域和收敛速度较慢等缺点, 通过改进外部能量, 引入了梯度矢量流主动轮廓模型(GVF Snake)。实验表明, 该方法能更快、更好的收敛 于图像轮廓。-Active contour model (snake) is an important field of computer vision rese
active_contour_usage
- 主动轮廓模型(蛇模型)及应用MATLAB源码,-Active Contour Model (Snake Model) and application of MATLAB source,
ACM
- 主动轮廓模型图像分割算法,讲XU改进的算法用MATLAB进行实现-Active Contour Model for Image Segmentation Algorithm, speaking XU improved algorithm using MATLAB for the realization of
ActiveC
- 主动轮廓模型源代码,是在图像模糊情况下获取目标的好方法.-Active contour model source code, image blurring in the case of a good way to obtain the goal.
snake_VC++_win32
- 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法的win32源码,使用VC++实现-Image segmentation of the active contour model commonly used in a classic algorithms- greedy algorithm win32 source, use VC++ Achieve
snake
- 主动轮廓模型也就是snake模型进行图像分割,一种由图像高层信息的图像分割算法。-snake model,active contour model,image segmentation
ImageSegment
- 最近研究图像分割的相关的资料,包括Snake模型,形变模型,主动轮廓模型等的论文,并提供一个c++的图像分割代码-many relevant information and papers about Image Segment,apply a code on c++
activecontour
- 关于主动轮廓模型的c++程序,详细说明了snake轮廓模型内部外部能量函数的求取等。-On the active contour model of the c++ program, details the snake contour model of internal and external energy function to strike and so on.
activeContourShapePrior
- 将形状作为具辨别力特征的主动轮廓模型应用-As a discerning the shape characteristics of active contour model application
LIF
- 一个新的主动轮廓模型算法,简化了传统的实现过程,性能也有所提高。相关论文(Active Contours Driven by Local Image Fitting Energy)发表在Pattern Recognition 2009上。-A new active contour model algorithm, simplifying the traditional implementation process, performanc
Iris1locate2prude3snake
- 基于主动轮廓模型的虹膜图像定位算法研究及其matlab实现-Iris recognization, Matlab, based on snake,actice countours
RegionBasedSnake
- 基于区域的主动轮廓模型算法,是论文《Active Contours Without Edges》的VC算法实现-Region-based active contour model algorithm, for the paper " Active Contours Without Edges" of the VC algorithm
AMT
- 基于GVF和VFC主动轮廓模型代码,代码采用matlab编写,另外有C语言编程提供更快运行速度-VFC based GVF active contour model and code, code written using matlab, another C programming language to provide faster speed
activeContoursSnakesDemo
- 本演示实现了主动轮廓模型由Kass等人提出。 要运行它的图形用户界面 1。基于MATLAB型引导提示。 2。关于“到现有的图形用户界面,点击” 3。选择在与本文件相同的目录snk.fig文件 4。按一下上方的绿色箭头启动图形界面 一旦GUI已经启动,您可以通过使用蛇 1。点击“新形象”,并加载输入图像。提供的样品图像。 2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这
AAM
- AAM RECONGNITION,主动轮廓模型
LBF_v0.1
- 关于图像边缘检测中主动轮廓模型的一个算法- This Matlab file demomstrates a level set algorithm based on Chunming Li et al s paper: "Implicit Active Contours Driven By Local Binary Fitting Energy" in Proceedings of CVPR 07
gvf_SSF
- 基于gvf(Gradient Vector Flow)的主动轮廓模型(snake)图像分割算法。 包括3个算法的实现,即基本SNAKE,ballon snake, 和GVF snake. 都采用了参数解法,很适合初学者使用-Based gvf (Gradient Vector Flow) of the active contour model (snake) segmentation algorithm. Including t