Question


Error using imread (line 350) File "F:.png" does not exist.
I was trying to run these code. fn = 'F:\003.png' img = imread(sprintf(fn,0)) [M N C] = size(img); Initia...

10 years ago | 1 answer | 0

1

answer

Question


I have tried to reconstruct a image using Motion Compensation technique. When i try to compare the image with SSIM i get an error like this.
??? Error using ==> ne Matrix dimensions must agree. Error in ==> ssim at 84 if (size(img1) ~= size(img2)) Error in ==> ...

10 years ago | 1 answer | 0

1

answer