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

搜索资源列表

  1. zishe

    0下载:
  2. 图像处理的偏微分方程方法中利用自蛇模型算法实现二值图象平滑-Image processing method of partial differential equations model the use of the snake algorithm since the value of image smoothing abuse
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:346956
    • 提供者:dongjiane
  1. snake

    0下载:
  2. 遗传程序设计-贪吃蛇的进化。使用了遗传编程算法,很有趣,大家可以参考借鉴-Genetic Programming- Snake evolution. The use of genetic programming algorithm, very interesting, we can refer to reference
  3. 所属分类:其他游戏

    • 发布日期:2013-01-17
    • 文件大小:63039
    • 提供者:赵娴
  1. TSnake

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

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

    0下载:
  2. 贪吃蛇~!算法简单明了很容易理解掌握,强烈推荐~!-Snake ~! Algorithm is simple and easy to understand and grasp strongly recommended ~!
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:5300
    • 提供者:毛一非
  1. snake_demo

    0下载:
  2. 一个比较经典的三维图像处理中使用的snake主动形变模型算法。-A useful algorithm based on Morphable Model ,can be used in image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:175557
    • 提供者:adolphe
  1. ud_snake

    0下载:
  2. 算法 经过优化贪吃蛇游戏,vc++6.0测试通过-Snake algorithm optimized games, vc++6.0 test
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:47173
    • 提供者:gli
  1. Snake_Algorithm

    0下载:
  2. 本程序基于c++平台实现了活动轮廓法,活动轮廓在图像目标的检测中有着广泛应用-Snake Algorithm based on c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4469
    • 提供者:胡鸿明
  1. Image_Paper_XuXG

    0下载:
  2. 用Snake算法和基于动态规划的图搜索算法,有效地实现了复杂物体轮廓特征的提取。 -With the Snake algorithm and based on dynamic programming graph search algorithm, effective implementation of the complex features of an object contour extraction. 
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:882877
    • 提供者:黄静
  1. Snake

    0下载:
  2. snake 用C#编写的一个贪吃蛇的小游戏,可以供大家参考一下,可能比较简单,对初学者比较有用!-kl algorithm mainly through the clustering of data analysis, propose a relatively new algorithm, we can reference!
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:68679
    • 提供者:蒋成
  1. snake

    0下载:
  2. It s an algorithm for snake game.
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:1922
    • 提供者:Irina
  1. snake

    0下载:
  2. 一个简单的手机贪吃蛇游戏,J2ME。算法简单-Snake game with a simple mobile phone, J2ME. Algorithm is simple. . . . . .
  3. 所属分类:J2ME

    • 发布日期:2017-04-16
    • 文件大小:11639
    • 提供者:zhang
  1. Snake

    0下载:
  2. 程序是控制台方式实现的贪吃蛇,虽然界面不好看,但是算法比较明了!-Program is the realization of the Snake console, although the interface does not look good, but the algorithm more clear!
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1968
    • 提供者:李成宇
  1. TargetDetectionAndSnakeAndOpticalFlow

    0下载:
  2. 本科毕业设计,图像读入,背景差分目标检测,二值化,snake算法,光流畅算法-Graduate design, image read, the background differential target detection, binarization, snake algorithm, optical flow algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5585899
    • 提供者:梁言
  1. Snake

    0下载:
  2. snake算法 初始边界收敛达到真实图像边缘 是一种基于模型的图像处理算法-snake segmentation algorithm. It begins as a initial edge and gradually goes to the real edge.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1392834
    • 提供者:zhouyue
  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
    • 文件大小:988796
    • 提供者:孙水发
  1. snake

    0下载:
  2. 基于opencv的snake算法,可以根据能量优化物体的轮廓-Opencv algorithm based on the snake, according to the outline of the object energy optimization
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2591133
    • 提供者:lw3171796
  1. gvf_dist_v4.2c

    0下载:
  2. snake算法 实例程序有例子 MATLAB -Examples of procedures snake algorithm instance
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2000584
    • 提供者:程凯
  1. GVFsnake

    0下载:
  2. snake算法改进的源代码,c++程序写的源代码-snake algorithm to improve the source code, c++ program source code written in
  3. 所属分类:Data structs

    • 发布日期:2017-06-02
    • 文件大小:14813539
    • 提供者:赵琴
  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. GVF-Snake-model-

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

    • 发布日期:2017-03-25
    • 文件大小:248673
    • 提供者:fuky
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com