-
bp
说明: 单层感知器学习
单层感知器学习
单层感知器学习
单层感知器学习(AI)
- 2010-10-29 17:03:52下载
- 积分:1
-
xz
说明: 把一个文件夹中的图片根据图片的名称分到两个文件中(Put the pictures in a folder name according to the pictures to the two files
)
- 2012-05-05 16:15:53下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
control-deg
This is control design and simulation document of PMSM. Hope you can edit and use it to your exercise. It is not actually integrated but I think it will be useful for you.
- 2013-11-07 23:16:33下载
- 积分:1
-
Fifth_degree_CKF
高阶容积卡尔曼滤波程序,CKF,可用于滤波和跟踪(using high-degree Cubature Kalman filters)
- 2015-01-13 13:51:14下载
- 积分:1
-
skindetector
说明: 本程序用来检测人的皮肤区域,并在图中标定出来。(This procedure is used to detect human skin regions, and out in the calibration diagram.)
- 2010-04-26 16:39:38下载
- 积分:1
-
zuotu
matlab作图的小程序,为学习matlab作图的朋友提供帮助(matlab mapping applet for learning matlab plotting to help a friend
)
- 2014-10-14 21:34:09下载
- 积分:1
-
md_gen
计算马氏距离,datasample是基准总体,行为特征值,列为各样本值,如5x1000,testdata是要进行计算的特征向量,MD为计算出的马氏距离(Mahalanobis distance calculation, datasample benchmark overall behavior eigenvalues, as the value of each sample, such as 5x1000, testdata is necessary to calculate the feature vectors, MD for the calculated Mahalanobis distance)
- 2015-03-03 16:22:49下载
- 积分:1
-
bienei_V6.4
Gabor小波变换与PCA的人脸识别代码,可实现对二维数据的聚类,IMC-PID是利用内模控制原理来对PID参数进行计算。( Gabor wavelet transform and PCA face recognition code, Can realize the two-dimensional data clustering, The IMC- PID is using the internal model control principle for PID parameters is calculated.)
- 2016-06-02 17:04:06下载
- 积分:1
-
chebfun_v4.1.1864
Maxwell source code
- 2011-09-11 14:43:53下载
- 积分:1