搜索资源列表
-
1下载:
1.图像频域处理正交变换的matlab实例
2.含有的频域变换内容如下:
正交变换通用算子
傅立叶变换
傅立叶变换的原理
傅立叶性质
二维离散傅立叶变换( 2DDFT )
快速傅立叶变换( FFT )
傅立叶变换的研究与应用
离散余弦变换
DCT 变换矩阵
dct2 函数和 dctmtx 函数
Walsh- Hadamard 变换
Radon 变换 -1. Image processing orthogonal freq
-
-
0下载:
Binary Pseudo-wavelet Transform
這是一個針對binary image進行frequency domain轉換的重要技術
其特點為轉換至frequency domain亦為binary image
-
-
1下载:
基于傅里叶变换的去除图像纹理方法。通过去除频域高亮区域来消除纹理,保留低频信息。-Based on Fourier Transform method to remove the image texture. Highlighted region by removing the frequency domain to eliminate the texture, retain low frequency information.
-
-
0下载:
实现BMP图像的读取,进行两层小波变换,低频进行直方图均衡化,小波重构,并实现指数对数变换,很好用的。-The realization of BMP images to read, to carry out a two-tier wavelet transform, to carry out low-frequency histogram equalization, wavelet reconstruction, and the index of the number of transforma
-
-
0下载:
计算图像经小波变换,低频部分重建后,与原图像的信噪比!-Images by calculating the wavelet transform, after the low-frequency part of the reconstruction of the original image signal to noise ratio!
-
-
0下载:
对图片的基本处理代码,包括反色,线性变换,频域变换,滤波等函数-The basic processing of the picture code, including the anti-color, linear transformation, frequency domain transform, filtering function
-
-
0下载:
本文我在北航读研时主修《现代偏微分方程》时花费一个多月时间写的期末报告,里面系统阐述了快速傅里叶变换的算法原理及其在数字信号处理等工程技术中的应用。介绍了一维DFT的基2 FFT 算法频域抽取和时域抽取FFT的短发原理和编程步骤。最后在附录中给出了一维DFT的基2 FFT 算法(包括频域抽取的FFT和IFFT算法、时域抽取的FFT和IFFT算法),一维任意非基2 FFT算法,二维DFT的基2 FFT 算法以及二维DFT的任意非基2 FFT 算法的详细的Visual C++程序。-The pape
-
-
0下载:
The DCT transforms a signal from a spatial representation into a frequency representation. Lower frequencies are more obvious in an image than higher frequencies so if we transform an image into its frequency components and throw away a lot of higher
-
-
0下载:
通过频域变换的方法实现图像的放大,该代码是实现对4:2:0YUV视频序列的放大,相对于普通的插值算法有较好的效果。-By frequency-domain transform method for image magnification, the code is to achieve the 4:2:0 YUV video sequence amplification, relative to the general interpolation algorithm has a good effe
-
-
0下载:
此程序用C语言写的DCT变换。DCT变换 DCT变换的全称是离散余弦变换(Discrete Cosine Transform),是指将一组光强数据转换成频率数据,以便得知强度变化的情形。若对高频的数据做些修饰,再转回原来形式的数据时,显然与原始数据有些差异,但是人类的眼睛却是不容易辨认出来。-DCT transform of this program written in C language. The full name of the DCT DCT transform is discrete
-
-
0下载:
该工程包括图像处理入门级的多数算法。包括频域变换空域变换分割与细化等等。适合学习图像处理的朋友使用。-The project comprises the majority of entry-level image processing algorithms. Including the frequency domain transform airspace transform segmentation and refinement. For friends to learn image proc
-
-
0下载:
image processing functionality,
includes, filters(time and frequency domain), FFT, histogram, hough transform
-
-
0下载:
图像2维傅里叶变换,输入一组图像数组,可以直接对其进行变换得到频域信息-Image of the two-dimensional Fourier transform, the input image array, can be directly be transformed frequency domain information
-
-
0下载:
Gabor滤波器的原理是 其脉冲响应为一个谐波函数(即下式中的余弦函数)和一个高斯函数的乘积。根据信号与系统理论,时频域的卷积和乘积互为傅里叶变换。Gabor滤波器的傅里叶变换为谐波和高斯函数各自傅里叶变换的卷积-The principle of the Gabor filter is a harmonic of its impulse response function (i.e., the cosine function in the formula) and the product of
-
-
0下载:
基于B超图像,利用傅立叶变换分离低频分量,达到无损测温的目的。-Based on B-picture, the use of low-frequency component of the Fourier transform of the separation to achieve non-destructive temperature measurement purposes.
-
-
0下载:
在具体进行频率域的各种处理滤波的前后,进行了傅立叶变换以及傅立叶反变换.这两个变换的过程就是将空间的信息分解为在频率上的表示,或者将频率上的表示转化为空间上的表示,两种变换是互为逆变换的.正是通过傅立叶正反变换的处理,才使得频率域上的处理可以用于图像的增强-After various processes in a specific frequency domain filter, carried out a Fourier transform and inverse Fourier transf
-
-
0下载:
Gabor滤波器是一个用于边缘检测的线性滤波器。Gabor变换是一种短时傅里叶变换方法,其实质是在傅里叶变换中加入一个窗函数,通过窗函数来实现信号的时频分析。当选取高斯函数作为窗函数时,短时傅里叶变换称为Gabor变换。-Gabor filter is a linear filter for edge detection. Gabor transform is a short-time Fourier transform method, and its essence is to add a w
-
-
1下载:
图像时频变换实例,包括FFT变换、FFT逆变换、DCT变换、DCT逆变换、DWT变换、DWT逆变换、WHT变换、WHT逆变换等。-Examples of image frequency conversion, including FFT transform, FFT transform, DCT transform, DCT transform, DWT transform, DWT transform, WHT transform, inverse transform, etc..
-
-
0下载:
二.二维小波分解与重构程序说明
1.主函数
mymain.m:通过调用所写的函数对信号进行二维小波分解与重构
main.m:利用MATLAB中小波变换函数实现
2.调用的子函数
function [x2,cA,cV,cH,cD] mydwt2(x,Lo_D,Hi_D)
函数mydwt() 对 x 进行二维小波分解
输入参数为x,Lo_D,Hi_D
x为输入信号,Lo_D为低通滤波器,Hi_D为高通滤波器
输出参数:cA,cV,cH,cD —— 是
-