搜索资源列表
ImgComBasedonWavletandNN
- Matlab实现图像压缩与重构步骤 ① 对图像进行小波分解,得到第一层分解的低频系数和高频系数。 ② 保留低频系数,对高频系数进行基于神经网络的矢量量化编码,达到压缩。 ③ 根据码书以w还原高频系数 ④ 根据保留的低频系数和还原的高频系数重构图像 -Matlab realization image compression and the heavy construction step (1) pair of picture carries on the wavelet to
FusionCode1
- 针对多聚焦图像融合,本文首先介绍了小波变换融合算法,虽然小波变换方法无冗余,高频分量损失较小,具有较好的融合效果,但存在两个主要缺点:一是移变性,二是融合图像在重构时会受到一些外来因素的影响,所以仍会丢失一些边缘信息,为了克服小波变换法的以上缺点,可以采用基于小波分解和点扩展函数模型PSF相结合的融合方法。该方法首先对不同的图像进行无降2采样的小波分解,以保持与源图像大小相同,然后分别将其各方向、各尺度的高频分量进行叠加,并依此提取其高频分量的特征信息来判定清晰目标或模糊目标,以此来设计融合算法
2recover
- 将水印加在低频区域可以具有较好的鲁棒性 将水印加在高频区域可以获得较好的透明性, 但鲁 棒性差 将水印加在中频区是一种鲁棒性与透明性 的折中方案。-watermark added to the low-frequency region can have good watermark robustness added to the high frequency region can be made good through Ming, but the poor robust wate
ImageProcessing.rar
- 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
tuxiangronghe
- 本文给出了一种混合多级式多聚焦图像融合方法。对于三层小波分解的多聚焦图像融合,每幅图像被分解为三层十个频带。对这十个频带本文分别采用三种方法进行融合。对于低频系数,本文仍然采用求平均法;对于高频系数本文采用方差法和最大系数法进行融合。它们的计算量比最大系数法大一些,但是融合结果更接近于原始清晰图像,而相比于方差法,它们的计算量小的多,但是融合质量稍差一些,应用者可以根据不同的需要进行选择。-This paper presents a hybrid multi-level multi-focus
xiaobofenxi
- 在“小波分析”文件中xiaobofenxi.m为主函数,gui.m是有界面的主函数。相对于上次主要是对于高频系数用了线性变换,低频系数用了非线性变换。-In "wavelet analysis" file xiaobofenxi. M primarily function, GUI. M is the main function have the interface. Relative to the last major is to high frequency coefficients use
LowpassFiltering
- 本实验要求要求实现高斯低通滤波器的程序,并设定截至频率半径为15时得到如课本上图4.18图c的图。使低频通过而使高频衰减的滤波器成为低通滤波器,被低通滤波的图像比原始图像少一些尖锐的细节部分。本实验就是设计实现高斯低通滤波器。-Requirements of this experiment requires low-pass Gaussian filter procedure and set the frequency up to a radius of 15 textbooks, such a
filter
- 频域低通滤波(理想低通滤波器、梯形低通滤波器、巴特沃斯低通滤波器、指数低通滤波器),频域高通滤波(理想高通滤波器、梯形高通滤波器、巴特沃斯高通滤波器、指数高通滤波器)-Frequency-domain low-pass filter (ideal low-pass filter, ladder low-pass filter, Butterworth low-pass filter, the index low-pass filter), frequency-domain high-pass f
image_processing
- 中值滤波 均值滤波 高频提升滤波 sobel算子 robert算子锐化 高斯噪声生成程序 图像处理-Median filter to enhance high-frequency filter mean filter sobel operator robert Operator Sharpens Gaussian noise to generate image processing procedures
cheshi2
- 在VS编程环境中,显示一幅图片,进行傅里叶变换,在增加高频部分的值,将原图片和变换后的图片进行比较。-In the VS programming environments, display an image, the Fourier transform, high-frequency part of the increase in the value of the original image and the transformed images were compared.
反演解析算法
- 仿真获取四幅互差半个像素的低分辨率图像,利用反演解析算法重建出一副高分辨率图像,属于亚像元技术或者超分辨率技术。-Simulation Interoperability poor access to four half-pixel low-resolution images, the use of inversion algorithm for the reconstruction of an analytic high-resolution images, belong to sub-pixe
signal-analysis
- dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
Image_Enhancement_in_Frequency_Domain
- 本程序对图像依次进行二阶拉普拉斯高通滤波、高频加强过滤、直方图均衡-This procedure was followed on the image to the second order Laplacian high-pass filtering, high frequency to enhance filtering, histogram equalization
image_enhancement
- (1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function
dft_hp_filt
- 用于频域滤波的m函数,接受输入一幅图像和一个滤波函数,输出经滤波和剪切后的图像。还有一个高通滤波函数。-For frequency domain filtering m function, to accept the importation of an image and a filter function, the output cut by the filtering and image. There is also a high-pass filtering function.
WaveletImageFusion
- 该程序是用小波的方法对两幅图像进行融合。在低频系数对小波系数采用基于区域方差的加权融合方法处理,高频系数采用基于像素点小波系数绝对值取大的规则进行融合。该方法避免了图像融合过程中因平均化而出现的模糊现象, 融合后的图像内容更加清晰, 更容易识别。-The program realized to fuse two images by the method of wavelet. In the low-frequency coefficients of the wavelet coefficient
DFT_and_DCT
- 对一幅图像进行DCT与DFT变换,分析变换后的高低频分量系数-DCT and DFT on an image, analysis of high frequency components of the transformed coefficient
wfb2dec
- 对一幅二维的图像,进行小波分解,得到四幅子图,分别为低频,两个中频,高频分量-For a two-dimensional image, the wavelet decomposition, four sub-graph obtained were low, two medium frequency, high frequency components
High-Pass-Filter
- 高通濾波器(英語:High-pass filter)是容許高頻信號通過、但減弱(或減少)頻率低於截止頻率信號通過的濾波器。-High-pass filter (English: High-pass filter) is to allow the high frequency signal through, but decreased (or decrease) the frequency signals below the cutoff frequency of the filter.
High-Frequency-Emphasis-Filtering
- 此代码是关于高频强调滤波。利用高通滤波器削弱傅里叶变换的低频而保持高频相对不变点,这样会突出图像的边缘和细节,使得图像边缘更加清晰。但是由于高通滤波器偏离了直流分分量,从而把图像的平均值降低到了0,。一种补偿方法是给高通滤波器加上一个偏移量。通过算法达到目的。-High-Frequency Emphasis Filtering.High-pass filers zero out the DC term (the value at the center of a high-pass filter