CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - active contour model

搜索资源列表

  1. activecontour.关于主动轮廓模型的c++程序

    0下载:
  2. 关于主动轮廓模型的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.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:5784
    • 提供者:wushaoqing
  1. LCV 局部区域活动轮廓模型

    4下载:
  2. 这是“An efficientlocalChan–Vesemodelforimagesegmentation”(简称LCV模型)的MATLAB源代码。LCV模型是非常重要局部区域活动轮廓模型,它被广泛使用于各个领域,如MRI大脑图像分割,血管图像分割,图像偏差场纠正。-This is "An efficientlocalChan-Vesemodelforimagesegmentation" (referred to as the LCV model) of the MATLA
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-10-27
    • 文件大小:45083
    • 提供者:erdongchen1985
  1. snake_asm_courseware_code

    0下载:
  2. 国外课件:Active shape model 和 active contour model(snake)的matlab 原码,包括PDF格式的程序使用说明-Foreign courseware: Active shape model and active contour model (snake) in the matlab source, including the PDF format of the program instructions
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:672128
    • 提供者:Dark Rider
  1. mySnake-2

    0下载:
  2. 主要完成了在虹膜识别中的虹膜定位功能,采用了动态轮廓模型(ACTIVE CONTOUR MODEL)-一个学生的毕业设计,支持开源-Mainly completed in the iris recognition function of the iris location, using a dynamic contour model (ACTIVE CONTOUR MODEL)- a student
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1105939
    • 提供者:景科
  1. gsnake.tar

    0下载:
  2. GSNAKE API provides tools for contour modeling, extraction, detection and classification, based on generalized active contour model (g-snake). GSNAKE consists of a set of objects built in C++, suitable for use in the area of feature extraction, chara
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2976256
    • 提供者:wzq
  1. ChanVeseAlgorithm

    0下载:
  2. Chan 和Vese 两位专家建立的水平集模型无梯度主动轮廓水平集算法,图像分割的良好入门程序:) -Chan and Vese, two experts establish the level set model gradientless level set active contour algorithms, image segmentation process a good entry:)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:132075
    • 提供者:zxr
  1. snakes-active-contour-models

    0下载:
  2. 非常经典的snake文章。必看之一。Snake模型初始轮廓选取的研究-Very classic snake article. One must-see. Snake model of the initial outline of the selected research
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1383722
    • 提供者:leon
  1. newACM

    0下载:
  2. 本文介绍了一种新的主动轮廓模型,即把多尺度和多分辨率融合到主动轮廓里面,有一定的启发意义-This article describes a new active contour model, namely the multi-scale and multi-resolution integration into active contour inside, has inspired a certain significance
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:230831
    • 提供者:leon
  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
    • 文件大小:13623
    • 提供者:wykme
  1. 2009030511085696471

    0下载:
  2. 活动轮廓模型vc算法,主要完成了取点,重采样,迭代等功能-active contour model algorithm with vc, Including re-sampling, iterative functions,Etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1870820
    • 提供者:周桥
  1. LIF

    0下载:
  2. 一个新的主动轮廓模型算法,简化了传统的实现过程,性能也有所提高。相关论文(Active Contours Driven by Local Image Fitting Energy)发表在Pattern Recognition 2009上。-A new active contour model algorithm, simplifying the traditional implementation process, performance also improved. Related Paper
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:3880
    • 提供者:宁纪锋
  1. face

    0下载:
  2. 图像识别,包括人脸识别和虹膜识别,在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。-Image recognition, including face recognition and iris recognition, iris position in the digital image of the iris recognition and effective po
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:958335
    • 提供者:张海
  1. Fast_Min_Active_Contour_Split_Bregman

    0下载:
  2. 这是一个基于活动轮廓模型的快速全局最小算法的matlab实现程序,对学习现代图像处理有一定帮助。-This is an active contour model based on the rapid global minimum algorithm matlab implementation process of learning in modern image processing have some help.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:962724
    • 提供者:殷代强
  1. RegionBasedSnake

    0下载:
  2. 基于区域的主动轮廓模型算法,是论文《Active Contours Without Edges》的VC算法实现-Region-based active contour model algorithm, for the paper " Active Contours Without Edges" of the VC algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8564
    • 提供者:胡彦冰
  1. Image_Segmentation_Active_Coutour_Local_Binary_Fit

    0下载:
  2. 李纯明最新实现的局部活动轮廓模型的图像分割,比CV模型方法好很多。包含所实现的论文Minimization of Region-Scalable Fitting Energy for Image Segmentation-Li Chunming latest realization of the local active contour model for image segmentation, much better than the CV model approach. The paper
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3272738
    • 提供者:syjsyj
  1. lunkuotuxiangfenge

    0下载:
  2. 舌体轮廓的图像分割是计算机辅助舌诊系统进行图像分析的前提条件。提出了一种基于分水岭交换和主动轮廓模型相结合的自动轮廓分割算法。采用了分水岭变换的结果作为主动轮廓模型算法的初始曲线。在分水岭变换中,通过引入标记函数和强制最小值技术解决了传统分水岭变换可能导致的过分割问题,同时,在保证分割质量的基础上,通过降采样的方法来提高分割速度-Tongue contours for image segmentation is aided tongue diagnosis system, a prerequis
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:297334
    • 提供者:xiliao
  1. Active-contour-without-edge

    0下载:
  2. 本程序采用半隐式方案实现变分水平集图像分割方法中的“C-V”模型,对于理解变分水平集在图像分割中的应用有极大帮助-This program uses the program to achieve semi-implicit variational level set image segmentation methods " CV" model for understanding the variational level set image segmentation in th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:23659
    • 提供者:sjx
  1. CV-Active-contour-model

    0下载:
  2. 实现论文 Active Contours without Edges 中提出的CV活动轮廓模型,用于分割图像。-To achieve paper Active Contours without Edges, in the CV active contour model for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:463964
    • 提供者:吴莎莎
  1. Active-Contour

    0下载:
  2. 参数活动轮廓模型实现的轮廓逼近,开发环境matlab-Contour parametric active contour model implementation approach, the development environment matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:802568
    • 提供者:张军
  1. activeContoursDemo

    0下载:
  2. active contour model
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:284672
    • 提供者:Kingsley丶何
« 12 3 4 5 6 »
搜珍网 www.dssz.com