登录
首页 » matlab » Blocks

Blocks

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

  • BCH_Matlab
    根据BCH码的编译码原理,用matlab实现的BCH码编译码,并进行误码率分析。(According to the principle of BCH code ,the program will realize the encodeing and decoding of BCH code,the analysis of BER.)
    2013-07-10 17:35:50下载
    积分:1
  • knn
    简单KNN算法,基于MATLAB,适合初学者。(simple Knn )
    2012-05-16 23:00:09下载
    积分:1
  • mycal
    basic calculator using matlab...with GUI
    2013-08-14 18:11:13下载
    积分:1
  • speech2text-master
    speech to text conversion implemented in MATLAB
    2014-12-01 13:16:54下载
    积分:1
  • CPP_Primer_3rd_Edition
    计算机科学45部经典著作,深入C++之《C++ Primer》第三版,中文版,Stanley B Lippman,Josee Lajoie著,潘爱民,张丽 译(C++ Primer,Stanley B Lippman ,Josee Lajoie)
    2015-04-20 19:41:11下载
    积分:1
  • PSO-Sphere
    粒子群优化算法pso的matlab程序,测试函数为Sphere函数,可以直接使用,其他函数可以自己更改(PSO pso matlab program, test the function of Sphere function, can be used directly, other functions can own change)
    2020-11-26 12:19:31下载
    积分:1
  • facere
    基于matlab的人脸识别程序,内附说明,很详细(Matlab-based face recognition process, containing a description, in detail)
    2009-06-04 11:28:38下载
    积分:1
  • kNearestNeighbors
    This program will help you to determine the neighborhood point around a point. it is very useful for point cloud processing
    2012-06-08 04:41:13下载
    积分:1
  • Cosine-cross-similarity
    利用cosin余弦距离量化不同数据集间相似性测度的matlab函数(quantize the similarity between data sets using cosin distance)
    2021-02-02 22:19:59下载
    积分:1
  • tiduquzao
    对图像的去噪处理,包括了加权梯度领域去噪、高斯模板去噪和两种方法的结合(Denoising of images, including the weighted gradient field denoising, Gaussian model for denoising and the combination of two methods)
    2010-12-23 15:56:35下载
    积分:1
  • 696518资源总数
  • 105250会员总数
  • 16今日下载