CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 轮廓 分割

搜索资源列表

  1. ActiveContourDemos2

    0下载:
  2. 2005年学习图像分割算法过程中活动轮廓方法的对比DEMO,很有启发-2005 image segmentation algorithm to learn the process of active contour methods contrast DEMO, very enlightening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1590
    • 提供者:强军
  1. snake_VC++_win32

    0下载:
  2. 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法的win32源码,使用VC++实现-Image segmentation of the active contour model commonly used in a classic algorithms- greedy algorithm win32 source, use VC++ Achieve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:76013
    • 提供者:xuzheng
  1. 2005527163923

    0下载:
  2. 是一部分采用VC进行图像处理的源代码,其中包括图像复原,图像分割,种子填充,轮廓提取与边缘跟踪。-Is part of image processing using VC source code, including image restoration, image segmentation, seed filling, contour extraction and edge tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:1287014
    • 提供者:马莹莹
  1. levelset

    0下载:
  2. 用MATLAB实现水平集分割图像,效果较为理想-Using MATLAB to achieve the level of set partitioning image, the effect is more ideal
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:2264
    • 提供者:高圆圆
  1. Yuzhifenge

    0下载:
  2. 图像阈值分割,包括:直方图门限选择、半阈值选择和迭代阈值。图像边缘提取,包括:轮廓提取、边界跟踪和区域增长-Image threshold segmentation, including: histogram threshold selection, quasi-threshold selection and iterative thresholds. Image Edge Detection, including: contour extraction, boundary tracking a
  3. 所属分类:Special Effects

    • 发布日期:2015-07-17
    • 文件大小:223875
    • 提供者:yutao
  1. DSplit

    0下载:
  2. 基于灰度的统计直方图,实现阈值的图像分割与轮廓提取。-Based on Gray Histogram statistics to achieve the threshold image segmentation and contour extraction.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:134865
    • 提供者:wurui
  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. Snakuscules

    0下载:
  2. 活动轮廓在图像分割和计算机视觉中有广泛应用,但是本文提出一种分割的新概念,Snakuscules。这是2008年IEEE TRANSACTION关于活动轮廓的经典文献。-Active contour in image segmentation and computer vision has extensive application, but this paper presents a new concept of partition, Snakuscules. This is the 2008
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1522624
    • 提供者:单昊
  1. Localizing_Region_Based_Active_Contours

    0下载:
  2. 2008年IEEE TRANSACTION关于活动轮廓的经典文献。活动轮廓在图像分割和计算机视觉中有广泛应用,本文提出局部化基于区域的活动轮廓。效果很好。-2008 IEEE TRANSACTION active contour about classic literature. Active contour in image segmentation and computer vision has extensive application of this paper, local regio
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1132306
    • 提供者:单昊
  1. writingrestore

    0下载:
  2. 硕士毕业课题:Vc++实现手写体字符识别.包括字符的预处理,分割,细化以及识别。-Master s graduate topics: Vc++ implementation of handwritten character recognition. Including the character pre-processing, segmentation, thinning, as well as identification.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:4088522
    • 提供者:yangjinli
  1. coloredgedetection

    1下载:
  2. 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:582
    • 提供者:jff
  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. image

    0下载:
  2. 彩色活动轮廓模型, 图像分割,活动轮廓模型-Color active contour model, active contour model, image segmentation, active contour model
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5098
    • 提供者:ccfirst
  1. snake

    1下载:
  2. 主动轮廓模型也就是snake模型进行图像分割,一种由图像高层信息的图像分割算法。-snake model,active contour model,image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-04
    • 文件大小:198098
    • 提供者:peter
  1. edgetrace

    0下载:
  2. 边缘轮廓跟踪后傅立叶算子特征。这是课上的一个作业,原图->阈值分割->canny轮廓算法->边界表示->边界傅立叶算子描述->结果-After tracking the edge of the outline of the characteristics of Fourier operator. This is a class operation, image->threshold->canny contour algorithm->boundar
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:82151
    • 提供者:fang
  1. mygvf

    0下载:
  2. 自己设计的GVF模型图像分割程序,改进了初始轮廓的选择方法,快速分割。-GVF model designed image segmentation process to improve the initial outline of the selection method, rapid division.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:25820
    • 提供者:YinWenjie
  1. TSnake

    0下载:
  2. Snake的初衷是为了进行图像分割,但它对初始位置过于敏感,且不能处理拓扑结构改变的问题。初始位 置的敏感性可以用遗传算法来克服,因为它是一种全局优化算法,且有良好的数值稳定性。为了更精确地进行图 像分割,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:458981
    • 提供者:ultraqiangda
  1. xiaobo

    0下载:
  2. 基于小波的视频分割,经过时域和空域来综合获得清晰对象轮廓,再进行行扫面添白-Wavelet-based video segmentation, through time-domain and the airspace to clear and comprehensive access to the object contour, and then line scanning Tim White
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:4182
    • 提供者:王林
  1. shuipingji

    1下载:
  2. 用于图像边缘检测、图像分割的一个很好的代码,主要是用水平集来实现的,很难啊-For image edge detection, image segmentation of a good code, is mainly used to achieve the level set, it is difficult to ah! ! !
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1677
    • 提供者:luluzhuzhu
  1. dib2

    0下载:
  2. 阈值分割和轮廓提取 供DIB图片处理学习用-Threshold segmentation and contour extraction for learning to deal with DIB picture
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:1504460
    • 提供者:koman
« 1 23 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com