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

搜索资源列表

  1. lwcontour

    0下载:
  2. live-wire是一种常用于医学图像的交互式分割方法,其基本思想是利用动态规划方法产生图像中给定两点间的最优路径,合理地构造代价函数和选择起始点和目标点,用以提取物体的边缘,十分有效,该份文件中包含说明文件,操作方便.-live-wire is a common medical images in the interactive segmentation method, The basic idea is to use dynamic programming methods to image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6324
    • 提供者:陈正文
  1. dp

    0下载:
  2. 动态规划的实现程序,用于最短路径的选择!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1873
    • 提供者:li
  1. dp

    0下载:
  2. active contour算法中的经典算法:动态规划算法文献
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1404666
    • 提供者:杨莉
  1. 动态规划提取边缘

    1下载:
  2. 对一个区域提取边缘
  3. 所属分类:图形图象

  1. Dinp_2004

    1下载:
  2. 这是基于动态规划的立体匹配的代码,是当前立体匹配中很好的一种实现方式-This is the stereo matching based on dynamic programming code that is currently in a good stereo matching method to implement
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:222464
    • 提供者:gengyingnan
  1. 1

    0下载:
  2. 实现动态规划算法和感兴趣区域提取,效果不错啊 -The realization of dynamic programming algorithm and region of interest extraction, the effect of good ah
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:136766
    • 提供者:lxm
  1. dongtai

    0下载:
  2. 基于动态规划的点状运动目标的基于动态规划的点状运动目标的-dongtai
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:370567
    • 提供者:xx_super
  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. triangulation

    0下载:
  2. 动态规划实现对多边形的三角剖分,顺时针定义各个顶点值实现最优剖分。-Dynamic program to achieve triangulation of the polygon.Clockwise to definit the value of each vertex achieve the optimal split.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:183983
    • 提供者:孙雅宏
  1. imgcompress

    0下载:
  2. 运用C语言使用动态规划算法设计思想实现的图像压缩算法源程序-Using C language using the dynamic programming algorithm design thought realize image compression algorithm source program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:758
    • 提供者:孙权
  1. grays-image

    0下载:
  2. 对灰度图像进行压缩和解压缩,用动态规划的方法做的。-On the gray image compression and decompression with dynamic programming to do.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3831581
    • 提供者:杨柳强
  1. CompressImage

    0下载:
  2. 灰度图像的像素值范围在[0,255]之间,如果采用一个像素一个字节的存储方式,势必会造成空间的浪费。如果采用一定的无损压缩算法,可以大大提高减小文件大小,减少存储空间。本程序采用动态规划中图像压缩算法(图像分段合并的思想),设计一个类,实现灰度位图数据的压缩和解压过程-Grayscale pixel values ​ ​ in the range [0,255], if we adopt a pixel one byte is stored, it must lead to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3089897
    • 提供者:liao
  1. PSO-image-segmentation-algorithm

    0下载:
  2. 为了提高算法的执行效率, 应用粒子群算法求取图像中任意两点间最短路径来定位目标边界, 并与经典的基于Dijkstra 动态规划图搜索的Liv e Wire 算法进行比较.-In order to improve the efficiency of the algorithm, particle swarm algorithm to strike any of images to locate the shortest path between two object boundaries, and
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:318605
    • 提供者:
  1. 1112

    0下载:
  2. POJ1112,动态规划,宽度优先搜索预处理-POJ1112, dynamic programming, breadth-first search for pre-
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:219884
    • 提供者:宇之宙
  1. Bitmap

    0下载:
  2. 采用动态规划思想编写的灰度图像压缩算法。-The use of dynamic programming algorithms written in gray-scale image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1449015
    • 提供者:
  1. dynamic-programming-tutorial

    0下载:
  2. 动态规划简明教程 通过20多个例子 由浅到深 状态由一维到二维再到三维 层层深入-A Concise Guide by dynamic programming in more than 20 examples from shallow to deep condition and then by the one-dimensional to three-dimensional two-dimensional layers of depth
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:145892
    • 提供者:Lee
  1. BitMapConduct

    0下载:
  2. 改程序用动态规划的方法实现了对灰质位图图像的压缩-Change program with the dynamic programming method for gray matter of the bitmap image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:46866
    • 提供者:sun
  1. border_test

    0下载:
  2. 利用动态规划方法进行在二值图像中的边界跟踪算法-Edge following in binary image using DP
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2097833
    • 提供者:jane
  1. 333

    0下载:
  2. 求凸多边形最优三角剖分。用动态规划问题有效解决该问题。多边形是平面上一条分段线形封闭曲线。-Optimal convex polygon triangulation. Dynamic programming problem with an effective solution to the problem. Sub-polygon is a plane closed curve linear.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:80134
    • 提供者:王海颖081
  1. alg_Dynamic

    0下载:
  2. 关于图分割的动态规划问题,求图内分割弦长度的最小和-a dynamic algorithm based on graph splitting
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2149
    • 提供者:yxy
« 12 3 »
搜珍网 www.dssz.com