搜索资源列表
hundun_svd_0525
- 效果非常好的数字水印的源代码,实现了基于小波变换的奇异值分解算法,选取载体图像的LH子带作为载体,并进行攻击测试算法性能-The effect of a very good source of digital watermarking, wavelet transform based on the realization of the singular value decomposition algorithm, select the carrier of the LH sub-band ima
SVT_MostRecent
- svt is algorithm that calculate a matirx from the part of it s elemets . it is can be applied to image processing when part image was lost.是一个算法,知道部分矩阵元素,计算整个矩阵的方法。该方法主用是借助奇异值分解和Bregman算法,可很快完成计算。可以用于图像数据缺损的情况。-svt is algorithm that calculate a mati
nmfmatlab7
- 非负矩阵分解应用于脸部图像识别的MATLAB程序-function [W H] = nmf(V,r,maxiter)
k-svd-codeappt
- 内含用matlab编写的k-svd算法代码.可以对图像进行稀疏分解,另附ppt对ksvd进行理论学习-Includes using matlab k-svd algorithm code. Images can be sparse decomposition, attached ppt theoretical study of ksvd
image-segmentation
- 用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等- using matlab language to write code to achieve functionality, including image reading, storage, display, histogram equalization, thresholding, wavelet decomposition, wavelet
langken
- BP神经网络用于函数拟合与模式识别,Pisarenko谐波分解算法,利用matlab针对图像进行马氏距离计算 。- BP neural network function fitting and pattern recognition, Pisarenko harmonic decomposition algorithm, Using matlab to calculate the Mahalanobis distance for the image.
vk800
- 插值与拟合的matlab实现,Pisarenko谐波分解算法,计算十字叉丝的在不同距离的衍射图像。- Interpolation and fitting matlab implementation, Pisarenko harmonic decomposition algorithm, Calculation crosshairs diffraction image at different distances.
Desktop
- 图像金字塔分解与图像金字塔重构matlab 程序,实现图像多尺度变换,对图像进行增强(Image pyramid decomposition and reconstruction of image pyramid matlab program,achieveing image enhancement)
xiaobobao
- 运用matlab对图像进行小波包的分解与重构(Wavelet packet decomposition and reconstruction)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)
工程代码
- 输入彩色图片,分解为三原色通道,用于拜尔代码测试(Input color picture and decompose it into three primary color channels)