MATLAB: Question on image coefficients using matlab

question on image coefficients using matlab

I am getting the coefficients using imread() function,but coefficients are more than 256*256,but I want to get 256*256 pixels or blocks.

Best Answer

doc imresize.
Related Question