登录
首页 » Wavelet » image processing Matlab source, no detailed description of the image processing...

image processing Matlab source, no detailed description of the image processing...

于 2022-03-11 发布 文件大小:11.04 kB
0 135
下载积分: 2 下载次数: 1

代码说明:

图像处理Matlab源码,没有详细说明的图像处理Matlab源码,没有详细说明

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Visual C++小波变换技术与工程实践(小波变换…
    Visual C++小波变换技术与工程实践(小波变换现实分形草)-Visual C wavelet transform technology and engineering practice (wavelet transform reality Fractal Grass)
    2022-01-29 02:17:37下载
    积分:1
  • 本书的目的主要是向读者展示傅里叶分析和小波的许多基础知识以及在信号分析方面的应用。全书分为8章和2个附录,前言部分是学习第1章至第7章的准备知识,即内积空间;第
    本书的目的主要是向读者展示傅里叶分析和小波的许多基础知识以及在信号分析方面的应用。全书分为8章和2个附录,前言部分是学习第1章至第7章的准备知识,即内积空间;第1章讲解傅里叶系列的基础知识;第2章讲解傅里叶变换;第3章介绍离散傅里叶变换以及快速傅里叶变换;第4章至第7章讨论小波,重点在于正交小波的构建;附录部分则介绍稍微复杂的一些技术主题以及演示概念或产生图形的MATLAB代码。许多关于小波的文章和参考书籍均要求读者具有复杂的数学背景知识,本书则只要求学生具有较好的微积分以及线性代数知识,通俗易懂,是数学、计算机、电子、通信、地质、医学、机械等专业高年级本科生及研究生的基础教科书,也可作为相关技术人员的参考书。-The main purpose of this book is to show readers Fourier and wavelet analysis of many of the basic knowledge as well as in signal analysis applications. The topics are divided into eight chapters and two appendices, is to learn from the preamble of Chapter 1 to Chapter 7 of the preparation of knowledge, that is, inner product space Chapter 1 on the basis of Fourier series of knowledge Chapter 2 on Fourier Transform Chapter 3 introduced the Discrete Fourier Transform and Fast Fourier Transform Chapter 4 to Chapter 7 to discuss wavelet, with emphasis on construction of orthogonal wavelet appendix describes slightly complex themes, as well as a number of technical concepts or pr
    2023-05-08 16:10:05下载
    积分:1
  • 一些基本的小波基定义和相关库函数,vc++实现.
    一些基本的小波基定义和相关库函数,vc++实现.-Some basic definitions and related wavelet library function, vc++ Realize.
    2023-03-24 04:15:04下载
    积分:1
  • DFT
    基于dft的水印代码,水印注入、提取、防攻击测试-DFT-based watermarking code, watermark injection, extraction, anti-attack test
    2022-02-20 12:34:28下载
    积分:1
  • images of a pair of discrete cosine transform the source code
    一种对图像进行离散余弦变换处理的源代码-images of a pair of discrete cosine transform the source code
    2023-05-17 15:40:04下载
    积分:1
  • 用C++编写的基于提升结构的9/7离散小波变换,边界处理采用的是嵌入式对称结构。...
    用C++编写的基于提升结构的9/7离散小波变换,边界处理采用的是嵌入式对称结构。-With C++ Prepared to upgrade the structure based on the 9/7 discrete wavelet transform, boundary treatment is used in embedded symmetric structure.
    2022-09-17 03:20:03下载
    积分:1
  • 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换...
    关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个共扼转置可以搞顶。但FFT的使用必须找到与分解序列的关系。-on Wavelet Transform procedures [best] Note : This algorithm important concept is not speed quickly. Because FOR cycle nowadays. This program cycle from the point of view of Matrix, circular convolution and fast Fourier transform is established links. To achieve the decomposition and reconstruction without distortion. It only had one decomposition, 256x256 graphics will be 64x64 decomposition of the four graphics, avoiding the use of WKEEP () confusion. The main idea of using wavelet filter generator orthogonal array W, write to transform B = W* A* W, anti-Transform : A = W* A* W, which is orthogonal transformation all the same. W cycle orthogonal matrix, can be used to achieve rapid FFT computation, on the dif
    2022-08-03 21:47:23下载
    积分:1
  • 该源代码是本人亲自所写,使用DWT对图像可以进行三次小波分解,直接下载可以使用,对图形图像处的同行们非常有用,欢迎下载。...
    该源代码是本人亲自所写,使用DWT对图像可以进行三次小波分解,直接下载可以使用,对图形图像处的同行们非常有用,欢迎下载。-The source code is written by himself, the use of DWT can be three times the image wavelet decomposition, a direct download can be used in the graphic image Department colleagues very useful are welcome to download.
    2022-05-07 02:15:38下载
    积分:1
  • 小波滤波的MALLAT算法,程序编写的很容易懂,能实现bd1
    小波滤波的MALLAT算法,程序编写的很容易懂,能实现bd1-db10的小波分解和重构,比我前一次发的小波算法更简单易懂-Wavelet filtering MALLAT algorithm, programming is very easy to understand, to achieve bd1-db10 wavelet decomposition and reconstruction, than I made the previous wavelet algorithm is more straightforward
    2022-04-17 14:00:30下载
    积分:1
  • 人脸识别的一个项目,不同的小波和PCA FAC检查效果…
    a face recognition project that check effect of different wavelet and PCA to face recognition.
    2023-02-21 06:45:04下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载