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

搜索资源列表

  1. greedy_snake

    0下载:
  2. 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法-image segmentation commonly used active contour model of a classical algorithm -- greedy algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60.93kb
    • 提供者:明明
  1. DuoBianXingYOUXIJava

    0下载:
  2. 本代码为王晓东算法书上的多边形代码贪心算法实现-code for the algorithm Wang Xiaodong book on the polygon code greedy algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.27kb
    • 提供者:
  1. greedy

    0下载:
  2. 集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:62.25kb
    • 提供者:章为到
  1. greedy

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

    • 发布日期:2008-10-13
    • 文件大小:343.2kb
    • 提供者:杨莉
  1. Image-Segmentation

    0下载:
  2. 一个基于图形的高效图像分割算法,包括论文及相应的源代码。-This paper addresses the problem of segmenting an image into regions. We define a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:445.42kb
    • 提供者:xudq
  1. GVF_Snake

    0下载:
  2. GVFSnake算法相对好实现,且有相关的例子说明,代码中对各部分内容做了详细的说明,和Greedy算法相比,该算法具有很好的实用性-GVFSnake algorithm to achieve relatively good, and relevant examples, the code for each part of a detailed descr iption, and the Greedy algorithm, the algorithm has a good practical
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.75mb
    • 提供者:liuyu
  1. sparsify_0_3

    0下载:
  2. sparsify is a set of Matlab m-files implementing a range of different algorithms to calculate sparse signal approximations. Currently sparsify contains two main sets of algorithms, greedy methods (collected under the name of GreedLab) and hard thresh
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.05mb
    • 提供者:sunke
  1. ride

    0下载:
  2. Greedy Gift Givers USACO
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:104.66kb
    • 提供者:王超然
  1. Demo_Relaxation

    0下载:
  2. 《Sparse and Redundant Representations From Theory to Applications in Signal and Image Processing》中贪婪算法中的松弛算法的演示程序,包括算法本身与处理效果-Sparse and Redundant Representations From Theory to Applications in Signal and Image Processing in the relaxation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1.25kb
    • 提供者:孔啸
  1. improve

    0下载:
  2. 通过走向原始数据改进数据锐化方法,利用迭代贪婪算法快速实施-IMPROVE A DATA SHARPENING SOLUTION BY MOVING IT TOWARD THE ORIGINAL DATA,QUICK IMPLEMENTATION OF THE ITERATED GREEDY ALGORITHM
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:6.19kb
    • 提供者:秋西西
  1. greedy-algorithm

    2下载:
  2. 这是基于Donna Williams和Mubabak Shah的贪婪算法论文的代码-This code is based on the greedy algorithm which presented by Donna Williams and Mubabak Shah in their paper
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.9mb
    • 提供者:chunyi li
  1. map-cloering

    0下载:
  2. 利用贪心算法对中华人民共和国地图进行着色,就是著名的四色问题。-Use a greedy algorithm to the people s Republic of China for coloring, is the famous four-color problem.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:1.98kb
    • 提供者:王刚
  1. lectures-about-CS-and-SpaRec

    0下载:
  2. 一些关于压缩传感的基础性、系统性的介绍和一些稀疏信号重构算法的介绍如FOCUSS和Greedy Algorithm,适合入门人学习的资料-Some basis and system lectures about compressive sensing also including some sparse signal reconstruction algorithm for you such as FOCUSS and Greedy MP.all the materials are fit fo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8.18mb
    • 提供者:张龙
  1. SnakeTest

    0下载:
  2. 采用贪心算法对Snake进行实现,能够分割出图像的边缘。-Greedy algorithm to achieve the Snake, and be able to split the edge of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:49.84kb
    • 提供者:陈丛辉
  1. (code)Greedy-Algorithms

    0下载:
  2. 贪心算法的文档资料和具体的代码实现,不错的资源偶-Greedy algorithm documentation and code implementation, good resource even
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-07
    • 文件大小:2.68mb
    • 提供者:姜楠
  1. segment

    0下载:
  2. We de¯ ne a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develop an e±cient segmentation algorithm based on this predicate, and show that although this algo
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:109.69kb
    • 提供者:ken
  1. MP

    2下载:
  2. 稀疏表示中的一种重构算法,贪婪算法,通过逼近来寻找局部最优解-Sparse representation of a reconstruction algorithm, greedy algorithm, by approaching to find a local optimal solution
  3. 所属分类:Special Effects

    • 发布日期:2015-05-11
    • 文件大小:1kb
    • 提供者:杨Pudn
  1. COSAMP

    1下载:
  2. 压缩感知中重构算法,压缩采样匹配追踪算法,它属于贪婪算法,效果相对于MP,OMP 要优越-Compressed sensing reconstruction algorithm, compressive sampling matching pursuit algorithm, it belongs to the greedy algorithm, the effect relative to the MP, OMP superior to
  3. 所属分类:Special Effects

    • 发布日期:2015-04-12
    • 文件大小:2kb
    • 提供者:黄宏伟
  1. Greedy

    0下载:
  2. 迭代蛇模型,包含GUI界面 可以绘制每次点的变化 也可以直接得到结果-Greedy Algorithms Active contour
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:258.24kb
    • 提供者:大仙
  1. Greedy-Snake

    0下载:
  2. Greedy sanke algorithm implements-贪婪蛇算法的实现,该算法是对原Donna J. Williams 《A fast algorithm for active contours》 (1990) 论文的简化实现。对算法研究很有帮助。参数很多,需要调节才能获得良好的效果。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:164.54kb
    • 提供者:weng
« 12 »
搜珍网 www.dssz.com