搜索资源列表
20080114105708
- 字模for LCD 8x8 16x16 -Matrix for LCD 8x8 16x16
matrix
- matrix led 8x8 2 colour
transform8x8
- h.264视频压缩标准中8x8块大小量化算法的c程序-h.264 video compression standard 8x8 block size quantization algorithm c program
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