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

搜索资源列表

  1. Wavelet_Compression_bior37

    0下载:
  2. 利用小波分解与重构,实现图像压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:984
    • 提供者:whq
  1. denoise+compression

    0下载:
  2. 利用小波分解与重构,实现图像去噪和压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, Image Denoising and Compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1359
    • 提供者:whq
  1. enhancement+fusing

    0下载:
  2. 利用小波分解与重构,实现图像增强和融合,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image enhancement and integration, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1253
    • 提供者:whq
  1. filtering+compression

    0下载:
  2. 利用小波分解与重构,实现图像滤波和压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image filtering and compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1740
    • 提供者:whq
  1. chonggouxiangkongjian

    0下载:
  2. recnstitution重构相空间,在非线性系统分析中有重要的作用 -recnstitution phase space, in a nonlinear analysis of the important role of
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:3373
    • 提供者:白佳宾
  1. waveletDenoising

    2下载:
  2. 用vc6.0开发出一小波滤波的程序。内容包括仿真数据生成,文本数据读取,滤波器系数构造,小波分解与重构,小波阈值及阈值函数选择,小波降噪。-vc6.0 developed using a wavelet filter procedures. Include simulation data generation, text to read data, filter coefficients structure, wavelet decomposition and reconstruction. W
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:97044
    • 提供者:王明明
  1. wavelet_lab2

    2下载:
  2. 对图像做二维离散小波变换,分解级数为3级,并重构图像,不直接调用Matlab的dwt和idwt函数。-pair of 2-dimensional images DWT, decomposition of the three series, and Image Reconstruction, not directly call Matlab dwt and idwt function.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:2084
    • 提供者:purpleashan
  1. transform_xiaobo

    0下载:
  2. 小波变换的C源代码。 这个用的是 DB4小波,周期延拓,可以实现精确重构的。 -wavelet transform C source code. The DB4 is using the wavelet cycle extension can achieve precise reconstruction.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1157
    • 提供者:handman
  1. WaveletVC++Res

    1下载:
  2. 通过设计VC程序对简单的一维信号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波和Haar小波变换,从而得到小波分解系数;再通过改变分解得到的各层高频系数进行信号的小波重构达到消噪的目的。在这一程序实现的过程中能直观地理解信号小波分解重构的过程和在信号消噪中的重要作用,以及在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。-through the design process to a simple one-dimensional signal with a Ga
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:161420
    • 提供者:牛牛
  1. tuxiangfenjiechonggou

    0下载:
  2. 数字图象处理课题:图象的分解重构。运行于MATLAB环境下-digital image processing tasks : image reconstruction of decomposition. Operating in the MATLAB environment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3055
    • 提供者:白黎
  1. scanalyze-1.0.3_source_code

    5下载:
  2. 斯坦福大学开发的一个三维点云重构生成网格,进一步生成NURBS曲面并加光照效果的系统。可以实现对生成的三维图形旋转,移动和多个角度图形的拼接-Stanford University in the development of a 3D point cloud generation reconfigurable mesh, NURBS surface generation further increases and the effect of illumination system. Genera
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:954201
    • 提供者:Lance
  1. wavelet_edge

    1下载:
  2. % 该算法采用的是样条小波,为了更好的检测边缘,用a tuous 算法代替了mallat算法。 % 该算法和mallat快速算法主要区别: % 1 a tuous 算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。 % 2 a tuous 算法需要对滤波器进行伸缩。
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1095
    • 提供者:鲁宾
  1. superresolution_dataset2.tar

    0下载:
  2. 本源码(matlab)用于重构超精度图象,可以运行,效果不错,是从国外网站下下来的,每条语句有详细的说明.-the source (Matlab) for the Reconstruction of super-precision images, can run good results. from abroad from the site where each statement is detailed explanation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2203555
    • 提供者:陈磊
  1. func_Mywaverec2

    0下载:
  2. 与上一个相对应,这是相反的过程,用于小波重构,多重小波重构-with a correspondingly, and this is contrary to the process used wavelet reconstruction multiwavelet Reconstruction
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:861
    • 提供者:吴玉宝
  1. imagewavletedge

    0下载:
  2. 说明如题,不下后悔,内容包括了VC_图像处理编程平台,一维小波图像分解与重构,二维小波图像分解与重构,边缘检测,MATLAB与VC混合编程,-stating that no less than regret, including the VC_ image processing programming platform, one-dimensional wavelet decomposition and reconstruction images, two-dimensional images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6945224
    • 提供者:周儒坤
  1. remodetest

    0下载:
  2. 本程序基于小波变换的三级分解及重构相关程序,有利于对小波变换在图像压缩中的应用的学习与了解。-procedures based on the wavelet transform three decomposition and reconstruction associated procedures, it is beneficial for wavelet transform in image compression applications of learning and understand
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1169
    • 提供者:姚永辉
  1. rethresholdtestdemo

    0下载:
  2. 本程序基于小波变换的三级分解及重构相关程序,有利于对小波变换在图像压缩中的应用的学习与了解。-procedures based on the wavelet transform three decomposition and reconstruction associated procedures, it is beneficial for wavelet transform in image compression applications of learning and understand
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1710
    • 提供者:姚永辉
  1. reAAAnstdhaardemo

    0下载:
  2. 本程序基于小波变换的三级分解及重构相关程序,有利于对小波变换在图像压缩中的应用的学习与了解。-procedures based on the wavelet transform three decomposition and reconstruction associated procedures, it is beneficial for wavelet transform in image compression applications of learning and understand
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1198
    • 提供者:姚永辉
  1. waveletcmprestion

    0下载:
  2. 本程序基于小波变换的三级分解及重构相关程序,有利于对小波变换在图像压缩中的应用的学习与了解。-procedures based on the wavelet transform three decomposition and reconstruction associated procedures, it is beneficial for wavelet transform in image compression applications of learning and understand
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3562
    • 提供者:姚永辉
  1. newdwt

    0下载:
  2. 本程序基于小波变换的三级分解及重构相关程序,有利于对小波变换在图像压缩中的应用的学习与了解。-procedures based on the wavelet transform three decomposition and reconstruction associated procedures, it is beneficial for wavelet transform in image compression applications of learning and understand
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1836
    • 提供者:姚永辉
« 1 2 3 4 5 67 8 9 10 11 ... 47 »
搜珍网 www.dssz.com