CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - gradient vector flow

搜索资源列表

  1. gvfc

    0下载:
  2. 基于GVF的SNAKE一个实现的重要函数GVFC,网上搜得-An important function GVFC used to implement the snake (active contour) based on the GVF (gradient vector flow).
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4.54kb
    • 提供者:风清扬
  1. gvf_model

    0下载:
  2. 图像分割中常用的主动轮廓模型的一个经典算法,GVF(梯度矢量流模型)-Segmentation commonly used active contour model of a classical algorithm, gradient vector flow (gradient vector model)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4.31kb
    • 提供者:明明
  1. snake_program

    0下载:
  2. 一种改进的活动轮廓模型--GVF梯度矢量流模型-Improved active contour models -- gradient vector flow gradient vector model
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:590.93kb
    • 提供者:赵赵
  1. GVF_Snake

    0下载:
  2. GVF相关代码及相关论文资料(),含: GRADIENT VECTOR FLOW DEMONSTRATION(GVF) matlab code, ITERATIVE WATERSHED SEGMENTATION (c-code), 与SNAKE GUI代码。 (所含文件:gvf_v5.zip,MateiDemo.zip, snake_demo.zip) -gradient vector flow code and related information paper (), con
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.68mb
    • 提供者:陈志贤
  1. Snakes_Active_Contour_models_Image_Process_GVF

    0下载:
  2. 图像处理的关于Snakes : Active Contour Models算法和水平集以及GVF的几篇文章,文章列表为: [1]Snakes Active Contour Models.pdf [2]Multiscale Active Contours.pdf [3]Snakes, shapes, and gradient vector flow.pdf [4]Motion of level sets by mean curvature I.pdf [5]Spectral S
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5.26mb
    • 提供者:张阳
  1. snakepaper

    0下载:
  2. Snake 动态轮廓模型,GVF Snake,经典文章两篇。Active contour model. Kass Snakes Active Contour Models, Xu , Snakes, Shapes, and Gradient Vector Flow
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.08mb
    • 提供者:陈勇
  1. tuxiangfenggesuanfa

    0下载:
  2. 人工干预使蛇模型只能用于半自动的图像分割,该文在梯度向量流(GVF)蛇模型的基础上提出一种基于流场节点与最小路径方法 的全自动图像分割算法。在图像的GVF 场上检测出流场节点,以节点为种子,采用多标记快速扫描法获得一个初始分割,采用区域合并 得到最终分割结果。实验结果证明了该算法的鲁棒性和有效性。-Manual intervention to make the snake model can only be used for semi-automatic image segmentati
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:264.97kb
    • 提供者:子登
  1. gradient-vector-flow-algrithm(VC)

    0下载:
  2. 利用梯度矢量流算法进行轮廓提取(图像分割),不错的方法,对原来的ACM模型进行改进(active contour model 活动轮廓模型)-using gradient vector flow algrithm to extract image contour,improvement from active contour model
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:13.3kb
    • 提供者:wykme
  1. SNAKEGVF

    0下载:
  2. Active contour models, deformable surface models, edge detection, gradient vector flow, image segmentation, shape representation and recovery, snakes.-Active contour models, deformable surface models, edge detection, gradient vector flow, image s
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:391.72kb
    • 提供者:李尊
  1. Gvf_snake

    0下载:
  2. gradient vector flow(GVF) snakes documents
  3. 所属分类:Document

    • 发布日期:2017-05-04
    • 文件大小:1.34mb
    • 提供者:kysk
  1. GVF_Snake_plus

    0下载:
  2. 是关于梯度矢量流snake的程序代码,长须很详细,可以学到梯度矢量流snake模型中能量函数的计算方法。-Gradient vector flow snake on the program code, long to be very detailed and can learn a gradient vector flow snake model in the energy function is calculated.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:408.89kb
    • 提供者:BITwushaoqing
  1. GVF

    0下载:
  2. 这是一个实现GVF(广义梯度矢量流算法)的matla代码,-This is a realization of GVF (generalized gradient vector flow algorithm) matla code,
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:925byte
    • 提供者:宋丽花
  1. gvfsnakeMATLAB

    1下载:
  2. gvf snake 邊緣檢測範例(包含範例圖)-1. Introduction and Installation Instructions ---------------------------------------------- Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The Matlab*.m files in this software distribution imp
  3. 所属分类:matlab例程

    • 发布日期:2017-04-09
    • 文件大小:1.49mb
    • 提供者:Jason Wang
  1. gvf_SSF

    0下载:
  2. 基于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 the three algorithm, namely, th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:965.62kb
    • 提供者:孙水发
  1. GVF-Snake-model-

    0下载:
  2. :通过对梯度矢量流(GVF)力场迭代和轮廓收敛过程中时间开销大、不能逼近较复杂轮 廓等不足之处的分析,提出了一种新的初始轮廓线的设置方法。基于小波变换的多尺度轮廓检测算 法,能够较精确地定位出各类轮廓,在此基础上设置的初始轮廓线能够非常好地靠近图像中的各种真 实轮廓。实验结果表明,此方法有效地缩小了搜索的范围,减少了GVF迭代次数,提高了轮廓收敛的 速度,并保留了GVF Snake模型的所有优点。-: The gradient vector flow (GVF) field it
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:242.84kb
    • 提供者:fuky
  1. Improvedon

    0下载:
  2. 改进的梯度向量流模型及其应用Improved gradient vector flow model and its application-Improved gradient vector flow model and its application
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:771.2kb
    • 提供者:big
  1. gvf

    0下载:
  2. Gradient vector flow active contour
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:15.93kb
    • 提供者:kwstas_211
  1. Hausdorff_Distance

    0下载:
  2. 提出了利用小波分解建立多分辨率图像锥和Hausdorff距离的医学图像配准方法。先利用小波方法建立多分辨率图像锥, 然后根据梯度向量幅度提取分层图像的特征点, 利用Hausdorff距离进行特征点集的匹配。该方法提高了配准的速度和精度, 而且具有鲁棒性。-Image registration is the matching processing in which two or more images match from the same scene derived from different
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-27
    • 文件大小:293.2kb
    • 提供者:vivi
  1. GRADIENT-VECTOR-FLOW-_v5

    0下载:
  2. 梯度向量流方法的matlab源代码,用于运动边界模型,变形模型。包含论文说明。-Gradient vector flow method matlab source code for the model of the moving boundary deformation model. Contains papers illustrate.
  3. 所属分类:Graph program

    • 发布日期:2017-11-11
    • 文件大小:931.83kb
    • 提供者:kimist
  1. gvf_dist_v4.2c

    0下载:
  2. 用matlab演示的梯度向量流。分为三种:原蛇、气球蛇、距离蛇-With a the matlab demo gradient vector flow. Divided into three types: the original snake, balloon snake from snake
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:1.87mb
    • 提供者:赵宝
« 12 »
搜珍网 www.dssz.com