Community Profile

photo

yaowu groshenry


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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 ago | 2 answers | 1

2

answers