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.
Show older comments
??? Error using ==> ne Matrix dimensions must agree.
Error in ==> ssim at 84 if (size(img1) ~= size(img2))
Error in ==> MCpredict_Full at 92 [mssim, ssim_map] = ssim(img1, img2);
1 Comment
Thien Thu Ngo
on 22 Aug 2017
cam you share with me your code?
Accepted Answer
More Answers (0)
Categories
Find more on OpenCV Support in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!