登录
首页 » matlab » Blocks

Blocks

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

  • Harris_conner_detection
    Harris_conner_detection,用MATLAB实现Harris角点检测算子的源码,用于特征点提取及图像配准等。(Harris_conner_detection, use MATLAB to achieve Harris corner detection operator of the source code for the feature point extraction and image registration and so on.)
    2009-01-02 16:10:43下载
    积分:1
  • kalmanfilter2
    说明:  这些程序都是经过本人和许许多多工作过学习过的老师同学,以及一些志同道合的哥么们长期使用验证确实好使的(these procedures are numerous and I worked and studied the teachers and fellow students, and some like-minded Columbia Mody have long-term use of the test so that really)
    2006-04-06 18:23:23下载
    积分:1
  • Calculatetheprobability
    calculatePXTheta---Calculate the probability of each pixel being its color conditioned on all of the clusters that were found at the previous (coarser) iteration. (calculatePXTheta-- Calculate the proba bility of each pixel being its color conditione d on all of the clusters that were found at the pre vious (coarser) iteration.)
    2006-12-26 17:05:39下载
    积分:1
  • 综合评价方法MATLAB实现matlab文件何逢标
    里面包含多种综合评价方法,如层次分析法、模糊综合评判、基于可拓学的综合评价方法、数据包络分析法、TOPSIS分析法、熵权法以及人工神经网络分析法(It contains many comprehensive evaluation methods, such as analytic hierarchy process, fuzzy comprehensive evaluation, extension-based comprehensive evaluation method, data envelopment analysis method, TOPSIS analysis method, entropy weight method and artificial neural network analysis method.)
    2019-05-16 11:07:13下载
    积分:1
  • power_SwitchedReluctanceMotor
    说明:  Switched Reluctance Motor
    2020-06-17 04:20:02下载
    积分:1
  • simulink
    齿轮系统MATLAB/SIMULINK仿真图,本人能力有限,希望能够对其他人有所帮助。(MATLAB/SIMULINK simulation of gear system, I limited capacity, hoping to help others.)
    2021-04-24 11:48:47下载
    积分:1
  • 001小波变换及其MATLAB工具的应用
    说明:  001小波变换及其MATLAB工具的应用(001 DWT and MATLAB application tools)
    2005-11-13 19:20:08下载
    积分:1
  • MATLAB-based-voice-signal-analysis
    MATLAB-based voice signal analysis and processing curriculum design
    2013-04-10 10:36:07下载
    积分:1
  • knnAlgo
    It is an algorithm of knn.
    2015-03-06 22:09:40下载
    积分:1
  • add_new_hypotheses
    this is a subfile for motion detection
    2010-08-05 18:47:00下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载