CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 小波变换 VC

搜索资源列表

  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. xiaobobianhuan

    0下载:
  2. 结合VC,打开图像文件,然后进行小波变换-Combination of VC, open the image file, and then wavelet transform
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:162804
    • 提供者:fengyongsheng
  1. xiaobobianhuan

    0下载:
  2. 基于VC++的小波变换分析有代码有图片可以运行 -VC++ based on wavelet transform analysis of the pictures can run code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2236340
    • 提供者:龚帅
  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. Dwt_Flt

    0下载:
  2. 对BMP图像进行小波变换!用VC++开发的,很好哦!-The file tell you how to transform image by wavelet.This is very good.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:356468
    • 提供者:xuxing
  1. orig

    0下载:
  2. VC中利用小波变换来实现图像的处理,过程中调用了其它函数,效率比较高的-VC in the use of wavelet transform to achieve image processing, the process of calling other functions, more efficient
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:354571
    • 提供者:zhang
  1. VC_Wavelet

    0下载:
  2. 利用VC进行小波变换进行图形处理,非常实用-VC for the use of wavelet transform graphics, very useful
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:60082
    • 提供者:li
  1. wavelet

    0下载:
  2. 在VC++环境下 实现小波变换功能的源代码- source code of wavelet
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2820751
    • 提供者:skyjoyce
  1. algorithm

    0下载:
  2. 小波变换算法VC++,可视化实现,欢迎下载-wavelet algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3599434
    • 提供者:周明
  1. wavelet

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

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

    0下载:
  2. VC图像处理的一些基本算法及小波变换源码 VC image processing some of the basic algorithm and wavelet transform source code-VC image processing some of the basic algorithm and wavelet transform source code
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-17
    • 文件大小:4242223
    • 提供者:lx
  1. xiaobo

    0下载:
  2. 小波变换是JPEG2000中最重要的部分,这是其在VC++中的实现的-Wavelet transform is the most important part of the JPEG2000, which is in VC++ in the realization of
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:190133
    • 提供者:龚鹏鹏
  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. vcwavelettransform

    0下载:
  2. vc环境,小波变换及其应用一书的源代码,可以直接在项目中使用-vc environment, wavelet transform and its application of the book' s source code can be directly used in the project
  3. 所属分类:Wavelet

    • 发布日期:2017-06-11
    • 文件大小:18873019
    • 提供者:lhy
  1. WaveletsandFilter

    0下载:
  2. 几款经典的图像小波变换和高通低通滤波变换算法的VC实现!-Several classical wavelet transform and high-pass low-pass filter transform algorithm of the VC to achieve!
  3. 所属分类:Wavelet

    • 发布日期:2017-05-15
    • 文件大小:3723466
    • 提供者:王国强
  1. aaa

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

    • 发布日期:2017-04-06
    • 文件大小:182923
    • 提供者:
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com