搜索资源列表

  1. 二代提升法实现的haar小波变换程序

    0下载:
  2. 二代提升法实现的haar小波变换程序 及整数小波变换。haar小波实现-Method II upgrade the haar wavelet transform procedures and integral wavelet transform. Haar Wavelets
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:glg
  1. 04 VC图像的几何变换源代码

    0下载:
  2. 04 VC图像的几何变换源代码,旋转,比例缩放,等等几何变换-04 VC images of the geometric transform source code, rotation, scaling, zooming, etc. Geometry Transformation
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-09
    • 文件大小:274432
    • 提供者:glg
  1. 序列的离散傅立叶变换

    0下载:
  2. 序列的离散付氏变换(根据定义),含绘图程序,可以看到图形结果-sequence of discrete Fourier transform (by definition), including mapping procedures, we can see the results Graphics
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:孙涛
  1. 快速傅立叶变换FFT及信号的谱分析

    0下载:
  2. 用快速傅立叶变换FFT实现信号的谱分析,包括FFT程序,谱分析程序和绘图程序-using Fast Fourier Transform FFT spectrum analysis of the signals, including FFT procedures, spectral analysis procedures and drawing program
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:孙涛
  1. 用双线性变换法设计IIR滤波器

    0下载:
  2. 双线性变换法无限长单位脉冲响应滤波器的设计,用到的模拟原型是切比雪夫和巴特沃斯低通滤波器。能够显示滤波器的幅频特性和相频特性曲线-bilinear transform infinite impulse response filter units in the design, use of simulation is a prototype and Chebyshev low-pass Butterworth filter. To dem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:孙涛
  1. 数字图像几何变换

    0下载:
  2. 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:909312
    • 提供者:陈万通
  1. 大地坐标系统的变换.ZIP

    0下载:
  2. 大地坐标系统的变换,主要适用于GPS学习者和大地测量者学习大地坐标系转换有关理论知识。-geodetic coordinate system conversion, mainly applicable to learners and GPS geodesy learning earth coordinate system conversion of the theoretical knowledge.
  3. 所属分类:其他行业

    • 发布日期:2024-05-09
    • 文件大小:2458624
    • 提供者:马现
  1. 图形变换课件

    0下载:
  2. 这是计算机图形学课程中关于图形变换的课件,仅供参考。-This is the computer graphics courses on the graphics transform the courseware for information purposes only.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:3130368
    • 提供者:
  1. Hough变换我之VC版(何斌版提取)

    0下载:
  2. hough变换的vc演示,由何斌的随书光盘提取而成.-Hough Transform vc demonstration by HE the CD with the book extract derived.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:78848
    • 提供者:千森
  1. 97小波变换源程序

    0下载:
  2. 7wave.c是小波变换的源程序程序,97wave.exe是用Lccwin32编译的可执行文件,lena512.raw是测试图像数据,可用potoshop打开,97.bat是可直接执行的批处理文件.希望对小波变换的同仁有所帮助! -7wave.c wavelet transform is the source procedures 97wave.exe is Lccwin32 compiler executable file len
  3. 所属分类:波变换

    • 发布日期:2024-05-09
    • 文件大小:197632
    • 提供者:秋实
  1. 实验五 二维图形变换

    0下载:
  2. 实现二维图形的平移变换、放缩变换、旋转变换、错切变换及对称变换的程序。 -2D graphics translation transform, transform scaling, rotation transform, transform the wrong cut and symmetry transformation process.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:40960
    • 提供者:kuld
  1. 灰度变换

    0下载:
  2. 实现图像的灰度变换,包括二值化,灰度变换,投影法,直方图显示等-Gray Image Transform, including two values, Gray transformation, projection, histogram display
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:1468416
    • 提供者:苗苗
  1. 一维和二维小波变换的VC实现

    0下载:
  2. 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fiel
  3. 所属分类:波变换

    • 发布日期:2024-05-09
    • 文件大小:173056
    • 提供者:朱江
  1. fdct快速dct变换

    0下载:
  2. 演示快速DCT变换和普通dct变换的区别-demonstration FDCT and ordinary Extra transform the difference
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-09
    • 文件大小:78848
    • 提供者:lianzhang
  1. 傅立叶变换自编源程序

    0下载:
  2. 自己编的付里叶变换,对学习者有很大帮助 -own series of the Fourier transform, to be of great help learners
  3. 所属分类:通讯编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:ffgg
  1. 图像dct变换的程序

    0下载:
  2. 对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。 -gray image of the original image compression Lena_gray
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:朱晓路
  1. 小波变换源码

    0下载:
  2. 带有多种小波基的小波变换程序,可用于图象识别,信号突变检测。-with multiple small Porgy wavelet transform procedures can be used to image recognition, signal mutation detection.
  3. 所属分类:波变换

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:麦子
  1. 图12-8应用离散小波变换检测不连续点-150605

    0下载:
  2. 应用离散小波变换检测不连续点 用matlab实现-application DWT not detected using Matlab consecutive points to achieve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:20480
    • 提供者:qjsky
  1. 方便的小波变换原代码

    0下载:
  2. 小波变换源代码 wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter ban
  3. 所属分类:波变换

    • 发布日期:2024-05-09
    • 文件大小:203776
    • 提供者:李强
  1. 16点快速傅立叶变换 16位数据输入输出

    0下载:
  2. 16点快速傅立叶变换 16位数据输入输出-16:00 Fast Fourier Transform 16 input and output data
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-09
    • 文件大小:508928
    • 提供者:任金平
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org