-
KSVD_Matlab_ToolBox
ksvd字典学习算法,matlab环境下运行(ksvd dictionary leanrning algorithm, run in matlab)
- 2014-09-19 10:43:18下载
- 积分:1
-
GN
复杂网络中社区划分算法中利用边介数的经典GN算法(Complex network community partitioning algorithm using edge betweenness classic GN algorithm)
- 2021-02-22 22:19:41下载
- 积分:1
-
fc
说明: PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and
tests is with grayscale portion of the FERET database. Images are not
preprocessed and it is up to the user to preprocess the images as wanted,
not changing the filenames(PCA Face Recognition This package implements basic Principal Component Analysis in Matlab andtests is with grayscale portion of the FERET database. Images are notpreprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames)
- 2008-05-16 22:35:18下载
- 积分:1
-
wavemarksvd
基于小波变换的水印嵌入,经过验证,可以顺利执行通过。(Based on Wavelet Transform watermark embedding, a proven, successful implementation can be adopted.)
- 2009-05-23 21:02:39下载
- 积分:1
-
spgl1-1.6
Spectral Projected L1 solver
- 2009-02-20 15:20:44下载
- 积分:1
-
ica2
基于峭度极大的一种独立分量分析的算法,内有详细介绍每一步程序的作用和意义(Based on Kurtosis of a great independent component analysis algorithms, with detailed procedures for every step of the role and significance of)
- 2009-04-28 10:40:47下载
- 积分:1
-
DATA_resolve
利用文本读取方法,从一个很长的数据文本中截取所要处理的数据段。(The text read by means of data from a long interception of text data segment to be processed.)
- 2011-01-04 13:45:50下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
MUL_RAYLEITHsimulation
仿真多径瑞利衰落信道,仿真多径瑞利衰落信道,仿真多径瑞利衰落信道,仿真多径瑞利衰落信道(Simulation of multipath Rayleigh fading channel)
- 2010-05-29 21:56:01下载
- 积分:1
-
Han-plain-code-decoding
汉明码的译码,用Matlab做的,适于初始学习汉明(Han plain code decoding, Matlab do, is suitable for the initial studies the Chinese Ming)
- 2011-11-18 09:11:34下载
- 积分:1