搜索资源列表
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
MCA图像分解
- 本代码为matlab代码,可以用于图像内容的分离与去噪。本码是基于稀疏分解图像的研究热点。
小波分解matlab程序
- 图像处理的小波分解的matlab程序
进行图像分解和图像融合的拉普拉斯金字塔matlab源程序
- 进行图像分解和图像融合的拉普拉斯金字塔matlab源程序,Image decomposition and the Laplacian pyramid image fusion matlab source
myavitoimage
- 用MATLAB实现的一个用于视频转图像的程序,将视频按照一帧一帧的分解成相应的图像-Using MATLAB to achieve the one for the video switch to the image process, the video according to an a decomposition into the corresponding images
EZW算法的过程详解和Matlab代码
- EZW算法的过程详解和Matlab代码(1)构建扫描次序表(修正小波树结构)写出EZW算法的Matlab程序,可以实现图像的任意级别的小波分解和重构、以及任意精度的EZW编解码过程。下面,我们以一幅16*16的Lena局部图像经过3级小波分解后的小波数据为例详细的说明EZW算法的编解码过程,并给出相应的Matlab代码。-Explain the process of EZW algorithm and Matlab code (1) building a scan list (Amendment
ASD
- 自适应子空间分解(ASD)算法的程序。用于高光谱图像降维-ASD on hyperspectral
waveletcdf97
- matlab实现9/7双正交小波变换,将图像分解到频域-matlab realize 9/7 biorthogonal wavelet transform, the image is decomposed into the frequency domain
matlab
- 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
图像小波分解-matlab
- 小波分解 利用多尺度小波分解函数dwt2对图像进行二尺度小波分解(采用db1小波)
wavelet-matlab
- 基于小波理论的采用sym4小波分解实现图像融合。-base on wavelet map mix
WaveletTransformInImageProcessingUsingMATLABToolbo
- 本文简单介绍了基于小波变换的图像分解与重构,在此基础上讨论了MATLAB语言环境下 图像压缩和图像融合的基本方法-This article briefly introduce the wavelet-based image decomposition and reconstruction, on the basis of discussion under the MATLAB language environment image compression and image fusion of
untitled
- 用matlab实现图像小波分解-Matlab image with wavelet decomposition
matlab-waveletprocess
- 讲解了 MATLAB语言环境下 图像压缩和图像融合方面的基本方法和基于小波变换的图像分解与重构。-Explained the MATLAB language environment, image compression and image integration of the basic methods and wavelet-based image decomposition and reconstruction.
nstdhaardec2
- 小波图像分解与合成 应用HARR小波,对图像进行分解与合成-Wavelet image decomposition and synthesis application HARR wavelet decomposition and synthesis of image
imageDecomposition
- 图像分解,基于能量泛函的,将图像分解成结构和纹理-Image decomposition, based on energy functional, there will be broken down into the structure and texture image
matlab
- ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。-) The use of sub-blocks of principal component analys
matlab
- 小波分析在图像处理中有非常重要的应用,包括图像压缩,图像去噪,图像融合,图像分解,图像增强等。文中给出了详细的程序范例,用MATLAB实现了基于小波变换的图像处理。-Wavelet analysis in image processing has very important applications, including image compression, image denoising, image fusion, image decomposition, image enhancemen
Image-Process-based-on-wavelet
- 基于小波变换的 图像分解与重构 平台是Matlab 可自己更改小波基的选择-Image based on wavelet transform decomposition and reconstruction platform is Matlab can change their choice of wavelet
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时