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

搜索资源列表

  1. snake

    0下载:
  2. 用OPencv,处理snake轮廓和分割。
  3. 所属分类:源码下载

  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. opencv实现的snake算法

    0下载:
  2. opencv实现的snake算法,可以用于轮廓提取。,opencv realized snake algorithm, can be used for contour extraction.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:94884
    • 提供者:李占闯
  1. Snake-contour.rar

    1下载:
  2. 本程序以VC++为开发环境,以opencv和MFC为开发语言实现用Snake方法轮廓提取轮廓。提取轮廓是图像处理和视频流处理的基础...,This procedure for a VC++ development environment, and MFC in opencv using the development of language Snake contour contour extraction method. Extraction of the outline of the imag
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-13
    • 文件大小:967206
    • 提供者:baiyang
  1. Matlab snakes demo

    0下载:
  2. 主动轮廓模型,即snake算法的demo-active contour models, snake algorithm demo
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:3697
    • 提供者:秦晓芳
  1. snake代码

    0下载:
  2. 本代码包含主动轮廓模型、balloon模型、gvf模型。代码简洁,处理效果很要,图形分割精确。
  3. 所属分类:GDI/图象编程

  1. Snake

    0下载:
  2. Snake算法源代码,很好的解决轮廓检测问题,多提意见-Snake algorithm source code, a very good solution to detect the outline of the problem and opinions
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2050
    • 提供者:baitao
  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. snake

    0下载:
  2. Snake模型是广泛应用于数字图像处理的目标轮廓跟踪算法-Snake model is widely used in digital image processing of the object contour tracking algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1597583
    • 提供者:刘宇菲
  1. snake

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

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

    0下载:
  2. 在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位置。实验表明,与常见的定位方
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1764654
    • 提供者:侯汶杉
  1. TSnake

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

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

    0下载:
  2. 进行边界轮廓标定的snake算法工具箱,距离势能 gvf 以及传统sanke等各种snake-The boundary contour of the snake algorithm calibration kit, from the potential gvf and other traditional snake sanke
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:9532
    • 提供者:GORE
  1. a-kind-of-snake-codes

    0下载:
  2. 主动轮廓模型又叫做snake模型,是图像分割中的经典之作,本压缩文件中包含了大量基于snake模型的图像分割实现程序-Active contour model is also called snake model, image segmentation is classic, the compressed file contains a large number of image segmentation based on snake model to achieve program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:986814
    • 提供者:sjx
  1. snake

    0下载:
  2. 基于活动轮廓模型的图像分割算法研究,是其中一些子程序,适合初学者研究-Active contour model based image segmentation algorithm, are some of the subroutine, suitable for beginners of
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:12268
    • 提供者:傅开开
  1. T-Snake-model-for-image-segmentation

    0下载:
  2. ,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的更精确的分割。将其应用于左心室MRI图像 的分割,取得了较好的效果。-This paper presents a genetic algorithm based on dual-T-Snake model f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:459014
    • 提供者:fuky
  1. snake-2

    0下载:
  2. 主动轮廓线分割 要带opencv库 已经是vc实现了亲-active contour without edge chan-vese model
  3. 所属分类:OpenCV

    • 发布日期:2013-04-13
    • 文件大小:1610892
    • 提供者:linbin
  1. SNAKE

    0下载:
  2. 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试.-First set the threshold segmentation, find out the basic outline, blue contou
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1875
    • 提供者:王越
  1. snake

    0下载:
  2. 手动获取坐标,snake轮廓检测。所要分割目标的轮廓确定大致的初始轮廓曲线(手动点 出),然后对曲线进行能量最小化变形。-Manually get coordinates, snake contour detection. To split the contours of the target to determine the approximate initial contour curve (manual points out), then the curve deformation ene
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1932
    • 提供者:huzhuoyuan
  1. Snake

    1下载:
  2. Snake轮廓提取算法,用于在适当的范围内提取轮廓-The Snake contour extraction algorithm, is used to extract the contour in the appropriate range
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:43030
    • 提供者:baozhenhua
« 12 3 4 5 6 »
搜珍网 www.dssz.com