photo

yaowu groshenry


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

Feeds

排序方式:

提问


I am trying to use blockproc (A,[8 8 ],dct2) to create a block of 8X8 from A image of 600X800 it does not works as they are telling me that dct2 is not a handle function . what is the exact argument I have to use instead of dct2?
A = imread('C:\lesloges.png'); B= rgb2gray(A); B=double(B)/255.0; C= blockproc(B,[8 8],dct2); Error using dct2 (line 45)...

10 years 前 | 2 个回答 | 1

2

个回答