-
MPCACodes
说明: 多线性主成分分析的MATLAB源代码
最初用于人脸识别和步态识别
后被扩展到其他应用领域(The codes implement two algorithms: Multilinear Principal Component Analysis (MPCA) and MPCA+LDA.)
- 2011-03-30 17:02:07下载
- 积分:1
-
dengfuzhendangPID
等幅震荡pid,simulink模块,已经过调试(Amplitude shock pid, simulink module, has been commissioning)
- 2011-12-11 15:09:58下载
- 积分:1
-
movieRatings
Its a matlab file to extract text features and do ratings automatically.
- 2016-04-09 15:21:59下载
- 积分:1
-
lt5m
自己编的matlab厂程序。这是将局部坐标系的坐标转化为球面坐标系的坐标,非常实用。(own addendum to the Matlab plant procedures. This is the will of local coordinates into spherical coordinates, very practical.)
- 2007-03-01 20:20:50下载
- 积分:1
-
BPSK
C/C++环境下BPSK调制信号在高斯信道下的性能仿真(BPSK modulation signal performance simulation in the Gaussian channel under C/C++ environment)
- 2021-04-18 13:38:57下载
- 积分:1
-
svm-matlab
支持向量机(SVM)用于分类的算法实现
function [D, a_star] = SVM(train_features, train_targets, params, region)(Support Vector Machine (SVM) algorithm for classification in function [D, a_star] = SVM (train_features, train_targets, params, region))
- 2014-01-14 10:36:36下载
- 积分:1
-
SMB_EDmodel_pedpe
模拟移动床色谱的计算机模拟,SMB,有限差分法,平衡扩散模型(Simulated Moving Bed Chromatography Computer Simulation, SMB, finite difference method, balanced diffusion model)
- 2020-11-26 21:09:30下载
- 积分:1
-
polgui_ver1_r14
如何使用GUI那就下这个吧,可能对你有很大帮助呢(how do you use GUI, it can tell you ,don t lose it ,you can get something from it.thank you)
- 2009-05-17 16:29:38下载
- 积分: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
-
contours
The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images
- 2013-05-09 04:17:58下载
- 积分:1