-
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
-
chamfermatching
Description of the file: template matching source of Chamfer matching algorithm. It s OpenCV implementation
- 2013-11-25 23:42:19下载
- 积分:1
-
test_align_signals
验证了Matlab中用于计算时延的Align_Signals模块(test the block of Align_Signals)
- 2010-09-14 09:39:47下载
- 积分:1
-
matlabfis
matlab关于模糊pid控制的资料,很不错。(matlab on fuzzy pid control information, very good.)
- 2013-07-11 16:50:50下载
- 积分:1
-
123
用matlab开发的5个题目的代码,主要是光电综合设计的几个题目(With the development of the five topics matlab code, mainly optoelectronic integrated design of several topics)
- 2014-01-06 15:34:49下载
- 积分:1
-
PCA_FACE
人脸识别检测PCA算法在MATLAB平台下的源代码(PCA algorithms)
- 2011-04-22 10:31:16下载
- 积分:1
-
fsolve
Matlab中的fsolve函数源代码。可用于解方程。(Matlab fsolve function of the source code
)
- 2011-12-14 22:06:53下载
- 积分:1
-
zijizhengli000
基于SVPWM的电流型PWM整流器设计及其仿真,实现结果,波形正确(Based on SVPWM Current PWM Rectifier design and simulation to achieve a result, the waveform correctly)
- 2014-05-26 08:10:49下载
- 积分:1
-
MMZE
matlab based MMZ codes for wireless system
- 2010-11-12 12:22:28下载
- 积分:1
-
gui_tutorial
MATLAB GUI 实例教程,简单易学,设计GUI必看(MATLAB GUI examples guides, easy to design GUI watched every game)
- 2006-11-06 17:43:12下载
- 积分:1