搜索资源列表

  1. ImageProcessing_Wavelet_Fourier

    0下载:
  2. 用Haar小波和傅立叶变换对图像和一维信号做处理的几个例程,进行了结果比较,适用于初学者-With Haar wavelet and Fourier transform one-dimensional image and signal processing to do a few routines, the results were compared for beginners
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:xuhongteng
  1. compression1

    0下载:
  2. 电能质量数据压缩,基于小波变换的(如Db3 haar)压缩-Power quality data compression, wavelet transform (such as Db3 haar) compression
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Charles
  1. wavelet

    0下载:
  2. MATLAB下的小波变换图像处理代码,采用HAAR函数实现,含HAAR函数代码,希望有点用-MATLAB Wavelet Transform in image processing code, using HAAR function implementation, including HAAR function code, with a little hope
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:UmShinho
  1. program

    0下载:
  2. 一种应用于图像处理领域的简单变换方法,简化哈尔小波变换的新算法 -A kind of image processing applied to a simple transform, Haar wavelet transform of a new simplified algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:74752
    • 提供者:韩小芳
  1. signal_compress_demo

    0下载:
  2. MATLAB程序,用小波变换的方法实现Haar分解与重构。-MATLAB program, the method used to achieve Haar wavelet transform decomposition and reconstruction.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:邱志斌
  1. face-detection-based-on-Harr-wavelet

    0下载:
  2. 基于哈尔小波变换的人脸识别程序 本程序识别速度快,占有容量短。-Ultra Rapid Object Detection in Computer Vision Applications with Haar-like Wavelet Features
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-16
    • 文件大小:179200
    • 提供者:余蓝涛
  1. nstdhaardec2

    0下载:
  2. 二维Haar小波非标准规格化分解程序(多级分解)它的作用是使用Haar小波对每一行和每一列像素值进行小波变换。-Normalized two-dimensional Haar wavelet decomposition of non-standard procedures (multi-level decomposition) and its role is to use the Haar wavelet for each row an
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:weisiyu
  1. harrwavelet

    0下载:
  2. 哈尔小波变换源代码,自己写的,调试成功,可以参考,并与其他方式比较!-Haar wavelet transform source code, write your own, commissioning successful, can refer to and compare with other ways!
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:157696
    • 提供者:chengxin
  1. wavelet

    0下载:
  2. Visual C++ 小波变换的各个函数,haar sym db coif,VC++小波工程变换所有章节代码-Visual C++ wavelet transform of each function, haar sym db coif
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:15345664
    • 提供者:刘岩
  1. Matlab

    0下载:
  2. Matlab小波变换对于奇异点的检测,原始信号是含有奇异点的信号,为确定该奇异点的时间,采用haar小波进行连续小波变换后,在对系数进行分析处理。-Matlab wavelet transform to singular point detection, the original signal is containing the singularity of the signal, to determine the singular p
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:156672
    • 提供者:赵无棣
  1. NoStandHaar

    0下载:
  2. 哈尔小波变换代码, 速度快,需要资源少。-Haar transform
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:444416
    • 提供者:zhangkl
  1. Wavelet-transform

    0下载:
  2. 原始信号是含有奇异点的信号,为确定该奇异点的时间,采用haar小波进行连续小波变换后,在对系数进行分析处理。-The original signal is containing singular point of the signal, in order to determine the singular point time, adopting haar wavelet to continuous wavelet transform,
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:赵子龙
  1. tishengquzao

    0下载:
  2. 该程序通过添加haar小波提升方案的提升小波变换对图像进行去噪-In this program,we use haar wavelet lifting scheme wavelet transform for image denoising.
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:gg
  1. Wavelet1D

    0下载:
  2. 电能质量信号的小波变换代码,包括DB4,HAAR等多种滤波器-wavelet of power quality signal
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:7822336
    • 提供者:mandy
  1. Ship-detection

    0下载:
  2. 复杂杂波背景下,海面红外图像中舰船目标检测的关键是如何降低虚警、检测出真正的 目标。为了实现这个目标,首先利用Haar小波函数进行小波变换,对图像进行预处理;然后进行恒 虚警检测(CFAR);第三步采用行程法对检测的目标进行标记;最后采用管道滤波法剔出虚假目标, 检测出真正的目标。经仿真实验证明,此方法能有效地降低虚警,在复杂杂波背景中检测出目标。 -The key of ship detection in sea in
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:1636352
    • 提供者:majun
  1. experiment4_c

    0下载:
  2. 对一幅灰度图像,实现用Haar小波、Db2、Db3小波的分解与重构(并对小波系数进行变换)-A grayscale image, using the Haar wavelet, Db2, DB3 wavelet decomposition and reconstruction (and the wavelet coefficients to transform)
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:38912
    • 提供者:
  1. experiment4_c2

    0下载:
  2. 对一幅灰度图像,实现用Haar小波、Db2、Db3小波的分解与重构(并对小波系数进行变换)(使用自编函数)-A grayscale image, using the Haar wavelet, Db2, DB3 wavelet decomposition and reconstruction (and the wavelet coefficients transform) (using the self function)
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:46080
    • 提供者:
  1. Tetrolet_Transform

    0下载:
  2. Tetrolet变换的原代码,一种稀疏表示的小波变换,由haar变换改进得到-Tetrolet transform the original code, a sparse representation of the wavelet transform, haar transform improved
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:104448
    • 提供者:
  1. Untitled2

    0下载:
  2. 小波变换及小波基对不同尺度的haar及db小波连续变换的系数值的三维图与傅里叶变换的比较-Comparison of three-dimensional map of the wavelet transform and wavelet bases on different scales haar continuous and db wavelet transform coefficient values ​ ​ an
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lingyou
  1. dwt_haar

    0下载:
  2. 小波变换,任意阶。 小波变换,任意阶。 小波变换,任意阶。小波变换,任意阶-dwt haar
  3. 所属分类:波变换

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:尹志达
« 1 2 3 4 5 67 »

源码中国 www.ymcn.org