-
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
-
Couch-7Ed-US-Student-MatLab-Files
数字与模拟通信系统(第七版)一书中的matlab源程序(Digital and analog communication systems (seventh edition), a book of matlab source code)
- 2011-11-03 10:47:48下载
- 积分:1
-
MATLAB
《MATLAB程序设计教程》电子版,详细为初学者讲解matlab入门及学习。(The electronic of《Programming Tutorial of Matlab》)
- 2013-03-28 14:16:18下载
- 积分:1
-
NonlinearEquationsMatla
NonlinearEquationsMatla 非线性(NonlinearEquationsMatla non-linear)
- 2009-12-07 22:06:01下载
- 积分:1
-
SingleBOT
基于遗传算法的多目标优化算法(matlab)(Based on genetic algorithm for multi-objective optimization algorithm (matlab))
- 2013-10-20 13:36:44下载
- 积分:1
-
Finite-element-MATLAB
说明: MATLAB有限元分析与应用,适用于matlab编程研究人员(Finite element analysis and application of MATLAB, matlab Programming for Researchers)
- 2011-03-13 09:51:52下载
- 积分:1
-
duoshili2
视觉目标识别与跟踪是图像分析中的重要研究领域,在现代化社会中具有广泛的发展前景和应用价值。本文深入研究多示例学习方法,将其应用在视觉目标识别与跟踪领域,解决了在目标识别领域中需要大量制作无歧义样本的问题,解决了目标跟踪领域中,易出现跟踪漂移的问题。(Visual object recognition and tracking is an important image analysis research field, has a broad development prospects and value in the modern society. In this paper, in-depth study of multi-instance learning method, its application in the field of visual object recognition and tracking, resolved in the field of object recognition requires a lot of making unambiguous sample problems to solve in the field of target tracking, issue tracking drift prone.)
- 2015-04-13 16:36:09下载
- 积分:1
-
039_bus
bpa环境下,Ieee39节点稳态暂态标准数据(the bpa environment IEEE 39 node Steady State Transient standard data)
- 2021-03-30 12:19:09下载
- 积分:1
-
SDOF
matlab编程Newmark-β单自由度体系动力响应(Matlab programming Newmark- beta single degree of freedom system dynamic response)
- 2021-01-27 10:08:41下载
- 积分:1
-
fangqan
计算多重分形非趋势波动分析matlab程序,完整的基于HMM的语音识别系统,构成不同频率的调制信号。( Calculation multifractal detrended fluctuation analysis matlab program, Complete HMM-based speech recognition system, Constituting the modulated signals of different frequencies.)
- 2020-12-11 08:59:18下载
- 积分:1