error in dct transform for ycbcr color image
Show older comments
when i perform dct2 for an image in ycbcr color space i get the following error.. i dunno wat i should define before takin transform..pls help me..
??? Error using ==> unknown Matrix dimensions must agree.
Error in ==> images\private\dct at 79 b = W .* fft(y);
Error in ==> dct2 at 50 b = dct(dct(arg1).').';
Accepted Answer
More Answers (0)
Categories
Find more on Image Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!