Matlab version r2013b problem
1 次查看(过去 30 天)
显示 更早的评论
Hello all. Does matlab r2013b support SSIM coding ?
0 个评论
采纳的回答
Sean de Wolski
2014-11-5
ssim was added to the Image Processing Toolbox in R2014a. If your company/university is current on maintenance, you should be able to upgrade at no additional cost.
2 个评论
Sean de Wolski
2014-11-5
编辑:Sean de Wolski
2014-11-5
Yes, you can write your own and use it in R2013b.
There's no reason for us to reinvent the wheel for something already in the product.
更多回答(1 个)
Image Analyst
2014-11-5
SSIM is in the Image Processing Toolbox:
To find out what version first started carrying the ssim() function you'll have to examine all the release notes: http://www.mathworks.com/products/image/whatsnew.html Or for your version, just check the help. If it's in the help, your version has it.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!