CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - 快速实现

搜索资源列表

  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:真实
  1. 459990444

    0下载:
  2. 本代码能够实现图形的选取,缩放功能,这将有助于开发者的快速实现图形绘制功能。-the code to achieve the selection of graphics, zoom function, This will help the rapid development of graphics rendering function.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:242367
    • 提供者:yfm
  1. 523

    0下载:
  2. 实现2维快速离散余弦变换,包含位图文件的拆解和封装,变换结果的查看,游程编码-achieve rapid two-dimensional discrete cosine transform, the document contains bitmap disassembling and packaging and transform the results of the check, RIc
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:7511
    • 提供者:闫位岸
  1. 2DDCT

    0下载:
  2. 实现快速离散余弦变换的C代码。用在2 维图形压缩处理的预先处理-fast discrete cosine transform C code. Using the two-dimensional graphics compression pre-treatment
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2039
    • 提供者:闫位岸
  1. pdenipt

    0下载:
  2. 包含了偏微分方程图像处理一些经典算法的matlab实现,如热扩散、非线性扩散等,便于快速入门
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:31533
    • 提供者:湖海
  1. edge

    1下载:
  2. 本代码是关于医学图像的边缘检测,可实现快速的的收敛到感兴趣边缘,matlab编程。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:9600
    • 提供者:hujin
  1. feijishibie

    0下载:
  2. 机场飞机快速匹配,程序利用已知飞机模板实现飞机的快速匹配定位.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:327009
    • 提供者:李红伟
  1. program_1

    0下载:
  2. 图片模糊处理的例程,通过对n*n的pixel矩阵数据排序,进行中值变换,获得平缓过渡的图片。 排序程序可使用多种算法,实现的有冒泡、快速排序算法。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8236
    • 提供者:fly
  1. Floodfill

    0下载:
  2. 基于opencv的分水岭算法,可以用来实现图片的快速分割-Opencv-based watershed algorithm can be used for fast image segmentation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1644049
    • 提供者:lw3171796
  1. test_edge

    0下载:
  2. 一种快速实现图像边缘检测并增强图像的的程序,matlab源码。已经测试通过。-A Fast Edge Detection and enhance the image of the program, matlab source. Have the test.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:980
    • 提供者:李勤
  1. fingerprint

    2下载:
  2. 基于haar小波变换的快速指纹识别算法的设计与实现。-Haar wavelet transform-based fingerprint recognition algorithm for the rapid design and implementation.
  3. 所属分类:2D Graphic

    • 发布日期:2015-07-31
    • 文件大小:1410556
    • 提供者:8912209
  1. DIPDemo

    0下载:
  2. 实现了图像处理常用的基本方法,包括直方图均衡,几何变换,空域滤波,2维快速傅里叶变换,图像复原,图像压缩,边缘检测等方法。-The image processing used to achieve the basic methods, including histogram equalization, geometric transformation, spatial filtering, two-dimensional fast Fourier transform, image restora
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-20
    • 文件大小:6108967
    • 提供者:jason
  1. cuda2Dcov

    0下载:
  2. cuda 2D 二维图形上的快速卷积操作。C++语言实现-cuda 2D dimensional graphics on the fast convolution operation. C++ language
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1531
    • 提供者:NathanZ
  1. FFT_image

    0下载:
  2. 这是一个使用快速傅立叶(FFT)实现图像匹配的matlab函数,带图片,可测试-It is a fast Fourier (FFT) for image matching matlab function, with pictures, can be tested
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:45309
    • 提供者:sean lu
  1. segment

    0下载:
  2. 代码的sbseg’是一个非常快速的图像分割,由陈,esedoglu最初提出的变分模型的实现,以及Nikolova。分割模型和它的分裂Bregman方法数值解是在分裂Bregman方法本文几何应用描述:重建,分割和表面由汤姆德斯坦,沙维尔布列松,和斯坦利Osher。-The code ‘sbseg’ is an extremely fast implementation of the variational model for image segmentation originally propo
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:4065
    • 提供者:wangyouquan
  1. ImageHelper

    0下载:
  2. 根据图片格式定义,实现快速读取图的分辨率大小,支持 jpg、png、gif、bmp四种格式图片格式。此类未做全面测试,当遇到不能处理的图片,会用.Net自带的Iamage类进行读取。-According to the image format definition, achieve rapid read figure size, the resolution of support JPG, PNG, GIF, BMP format picture format.Such did not full
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:付双杰
搜珍网 www.dssz.com