登录
首页 » matlab » Blocks

Blocks

于 2013-03-17 发布 文件大小:2KB
0 288
下载积分: 1 下载次数: 3

代码说明:

  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))

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Linear-discriminant-analysis
    线性判别分析的人脸识别系统代码 实现二维人脸的识别(Linear discriminant analysis for face recognition system code)
    2014-04-15 10:34:33下载
    积分:1
  • temli
    文件划分,文件划分,文件划分,文件划分。(file divide)
    2010-10-30 21:16:22下载
    积分:1
  • 747-Simulink
    波音747飞机运动空间六自由度仿真模型-Simulink程序(The Simulink of 6-DOF Model for Boein 747)
    2020-11-04 11:39:52下载
    积分:1
  • jacchia
    i upload a matlab code which can calculate density of atmosphere and temperature in altitude of over 100 km
    2014-01-08 02:01:13下载
    积分:1
  • DFIG_SSR2
    能够进行风机并网的仿真,进行振荡的分析(Simulation of wind turbine grid connection)
    2018-04-17 13:27:30下载
    积分:1
  • lux
    用GAUSS列主元消去法解线性方程组,文件为matlab GAUSS列主元消去法源代码。(GAUSS out with principal component elimination method for solving linear equations, the document matlab GAUSS out principal component elimination method source code.)
    2009-12-27 23:47:43下载
    积分:1
  • matlab
    matlab的源程序:包括数值分析,界面设计,图形处理及应用等。(Matlab source: including numerical analysis, interface design, graphics processing and its application. )
    2011-10-23 11:09:05下载
    积分:1
  • pufangcha
    频谱方差在语音信号端点检测中的应用,matlab程序,实用。(spectrum of the voice signal variance endpoint detection, the application procedures Matlab and practical.)
    2007-07-10 10:13:43下载
    积分:1
  • tuxiangpeizhun
    图像的匹配算法,陈显毅书上的经典医学图像配准算法(Image matching algorithm, Chen Xianyi book classic medical image registration algorithm)
    2012-12-28 23:49:56下载
    积分:1
  • stft
    本例介绍了一个利用MATLAB仿真短时傅里叶变换的实例,初学者可以根据此例子来了解短时傅里叶变化的过程,通过仿真图形分析也可理解短时傅里叶变换的含义。(This example describes a short time Fourier transform using MATLAB simulation examples, beginners can understand this example of short-time Fourier transform of the process, through simulation analysis is also understandable graphic short time Fourier transform meaning.)
    2021-01-14 16:48:47下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载