-
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
-
PVsimulation
适用于工程用太阳能电池板仿真,可以根据不同光照强度温度得出IV PV 曲线(simulation of pv with simulink)
- 2011-05-29 10:52:48下载
- 积分:1
-
运动目标跟踪程序-MATLAB源代码
说明: 运动目标跟踪程序-MATLAB源代码,利用camshift和meanshift实现运动目标的跟踪(Moving target tracking program - MATLAB source code, using camshift and meanshift to achieve tracking of moving targets)
- 2019-03-12 21:49:43下载
- 积分:1
-
phased-array
相控阵天线波束图,描述了最简单的相控阵波束图的形成(Phased array antenna beam map, describes the most simple map phased array beam forming)
- 2020-11-21 13:59:35下载
- 积分:1
-
CSL1.0
A Comprehensive Sparse Learning Package(Descriptions: Six sparse algorithms are implemented in this package. They are
1) SVM
2) L1-norm SVM
a) Linear Programming SVM
b) SC-SVM
3) L0-norm SVM
4) RVM (Relevance Vector Machine)
5) SPC (Sparse Probit Classifier))
- 2013-07-23 11:31:33下载
- 积分:1
-
Bab6
Jadi, analisis Kurva Tegangan dan studi tentang motor sinkron menggunakan MATLAB m-file adalah pilihan yang baik di lingkungan industri.
- 2012-04-15 18:42:53下载
- 积分:1
-
Math
Calculate speed and acceleration of mechanism
- 2009-06-07 20:02:02下载
- 积分:1
-
spider20060724
机器学习和模式识别工具包spider。内容很丰富。包含svm 决策树(C45,J48)、svm、knn、adaboost、bagging、hmm(隐马尔科夫模型)、随机树(random forest)等(Machine learning and pattern recognition toolkit spider. Very rich in contents. Tree contains svm (C45, J48), svm, knn, adaboost, bagging, hmm (hidden Markov model), random trees (random forest), etc.)
- 2013-11-02 21:13:57下载
- 积分:1
-
leikezibo
在地震勘探中,利用matlab实现雷克子波及其振幅的输出,用于合成地震记录。。(In seismic exploration, using matlab Ricker waves and the amplitude of the output for the synthetic seismogram. .)
- 2013-04-08 15:21:41下载
- 积分:1
-
New-Folder-(2)
功能实现FSK的调制与解调,采用simulink进行仿真。(The file is used to realize the function of modulation and demodulation of FSK by using simulink to simulate the file.)
- 2012-11-27 16:06:03下载
- 积分:1