登录
首页 » matlab » Blocks

Blocks

于 2013-03-17 发布 文件大小:2KB
0 116
下载积分: 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 个回复

  • interactive-segmentation-method
    基于图像区域生长的方法之一 交互式分割法(Image-based region growing methods: interactive segmentation method)
    2011-04-25 17:31:05下载
    积分:1
  • chaoliu
    七节点潮流计算,电气工程专业电力系统专业重要计算算法。(Seven node flow calculation, electrical engineering power system professional calculation algorithm.)
    2013-01-05 23:19:42下载
    积分:1
  • 1
    说明:  一组完整的带注册程序的C#原代码,是基于C语言编写的(A complete set of registration procedures with the C# source code, is based on the C language)
    2011-06-16 17:51:04下载
    积分:1
  • tfidf
    tf-idf用于文档聚类,权重计算,用MATLAB实现的,自己编写非常好用!(tf-idf for Document Clustering, weight calculation, use MATLAB to achieve, I have written is very easy to use!)
    2008-12-26 11:19:38下载
    积分:1
  • pld
    this book about pld discrub
    2010-02-15 01:16:04下载
    积分:1
  • ofdm-sim-by-mit-and-stanford
    说明:  OFDM系统的自适应比特加载和功率分配程序,运行OFDM.M(OFDM system of adaptive bit load and power distribution, the running OFDM.M)
    2005-12-13 23:09:48下载
    积分:1
  • Disfrft
    dfrft离散分数阶傅里叶变换的matlab程序,适合入门(Discrete fractional Fourier transform of the matlab program, suitable for entry )
    2013-10-25 11:56:26下载
    积分:1
  • OCR
    optical CHARACTER RECOGNITION with important diagrams.
    2014-01-27 01:39:02下载
    积分:1
  • FDA波束形成
    说明:  FDA波束形成 多载频 频率间距 自适应 MVDR(FDA beamforming adaptive MVDR multi-frequency)
    2020-06-18 10:19:09下载
    积分:1
  • STBC-MIMO-OFDM
    任意发送天线_任意接收天线的STBC-MIMO-OFDM的MATLAB程序(Arbitrary transmitting antenna _ arbitrary STBC-MIMO-OFDM the MATLAB program receiving antenna)
    2013-04-12 17:19:14下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载