CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 小波 VC

搜索资源列表

  1. Wavelet2D

    0下载:
  2. 小波算法的VC实现,用于基本的数字图像处理-Wavelet algorithm for the realization of the VC for the basic digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:94542
    • 提供者:陈菊嫱
  1. HIC

    0下载:
  2. 本程序使用VC++编写,主要实现Spiht编码算法。Spiht算法虽然已经非常成熟,但本程序还是有了新的闪光点,程序中的小波算法使用的是9/7提升小波-This procedure using the VC++ development, the main Spiht coding algorithm. Spiht algorithm has been very mature, but a new procedure or闪光点, procedures in the algorithm using
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:288456
    • 提供者:wenping
  1. Wavelet_Transform

    0下载:
  2. 用VC++6.0编写的图像处理程序 实现了小波变换,本程序可以帮助那些需要的人,进一步了解有关代码的实现部分-Wavelet Transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2781703
    • 提供者:ff
  1. wavedenoise

    0下载:
  2. 本程序可以对读入图像进行图像的小波变换,滤波处理,数字图像处理等多种针对图像进行的算法,并有完整的Vc源代码。-This procedure can be read into the image of the image wavelet transform, filter processing, such as digital image processing algorithms for image and integrity of the source code of the Vc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:125275
    • 提供者:陈少华
  1. PictureTrans

    0下载:
  2. 图像处理vc++源码,主要功能有:直方图均衡化、小波变换、彩色图转灰度图等-Image Processing vc++ source code, the main functions include: histogram equalization, wavelet transform, such as color to grayscale
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:82499
    • 提供者:Dogous
  1. wavelet

    0下载:
  2. 此代码主要介绍了小波变换在VC++中的实现其中小波变换与数字图像处理内容主要介绍了图像复原增强整合-this zip contains some codes of C++ about the wavelet translate.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3724485
    • 提供者:jack
  1. the-wavelet-transform

    0下载:
  2. 基于VC++图像处理程序,包含图像小波变换处理。-Based on VC++ image processing procedures, including the wavelet transform image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:260068
    • 提供者:andy
  1. Wavelet

    1下载:
  2. 利用VC++实现基于小波变换的图像拼接,使用模板匹配法-Wavelet match
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3553479
    • 提供者:刘丽琛
  1. lunwen

    0下载:
  2. 这有三篇关于图像处理的论文,使用VC实现基于直方图的相对辐射校正,小波变换在图像处理中的应用,微粒群算法在图像处理中的应用研究,很有参考价值-There are three papers on image processing, the use of VC histogram-based relative radiometric correction, wavelet transform in image processing applications, particle swarm optim
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4928741
    • 提供者:英子
  1. wavelet

    0下载:
  2. 利用VC++和小波变换技术,对动态图像进行处理。-the process of dynamic image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5587905
    • 提供者:木清
  1. wavelet

    0下载:
  2. VC编制的小波处理算法。小波算法在图像处理中的应用-VC establishment of wavelet processing algorithms. Wavelet algorithm in image processing applications
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:349915
    • 提供者:lsd
  1. 123source

    0下载:
  2. 代码使用小波变换实现图像处理,比较经典,代码使用vc进行编写的。-Code uses the wavelet transform image processing, more classic, code written to use the vc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:154472
    • 提供者:wenny
  1. aaa

    0下载:
  2. 图像小波变换的VC++的实现的实现的的实现-Wavelet transform implementation of VC++ implementation of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:182923
    • 提供者:
  1. twodwavelet

    0下载:
  2. VC++程序,内容是二维图像小波分解与重构-VC_ two-dimensional image wavelet decomposition and reconstruction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:132052
    • 提供者:
  1. EZW

    0下载:
  2. 小波分析具有很强的数学背景,因此学好和应用好小波有一定的难度。本文研究的则是小波变换在数字图像处理中的应用,文中介绍了数字图像处理的基本概念和小波变换的基本理论及其在图像处理中的应用技术—Mallat算法,并应用Mallat算法来实现图像小波变换,以及对小波变换后的图像进行嵌入式小波零树系数编码的理论研究。本文在最后对应用Visual C++编程实现其变换进行分析和总结。-The main topic article discuss is wavelet transform the applic
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:96319
    • 提供者:尹晨
  1. VCWavelet(SourceCode)

    0下载:
  2. Vc小波变换源码,适合学习小波的初学者,其中还有本人实现的程序实例,与大家分享-Vc transform source, suitable for beginners to learn wavelet, which I realize there are examples of procedures that share
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2049240
    • 提供者:张行
  1. WaveletTransformbasedonVC

    0下载:
  2. 用VC实现的小波变换程序,可供初学者学习和研究-Wavelet transform implemented with VC program, for beginners to learn and study
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:778964
    • 提供者:赵祖轩
  1. wavelet_edge_detection_in_CPP

    0下载:
  2. 此文件为基于小波变换的图像处理程序,用vc++ 6.0写成。-This file is a wavelet based image processing program,written in vc++6.0
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:196073
    • 提供者:不倒翁
  1. biaobo

    0下载:
  2. 小波算波的VC实现,用于数字图像处理领域中-Wavelet operator wave of VC to achieve, for digital image processing field
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:191237
    • 提供者:jumbofarm
  1. wavelet

    0下载:
  2. 基于对话框的VC++编程,可以对图像进行小波变换N阶细节信息和平滑信息的提取。-Dialog based VC++ programming, you can transform the image detail and smooth N-order information extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:45539
    • 提供者:孙洋
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com