Matlab version r2013b problem

2 ビュー (過去 30 日間)
Akmal Rahmat
Akmal Rahmat 2014 年 11 月 5 日
編集済み: Sean de Wolski 2014 年 11 月 5 日
Hello all. Does matlab r2013b support SSIM coding ?

採用された回答

Sean de Wolski
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 件のコメント
Akmal Rahmat
Akmal Rahmat 2014 年 11 月 5 日
The old version of matlab still can use SSIM right ? do you have any sample code ? really need it for my project..
Sean de Wolski
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
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.
  1 件のコメント
Akmal Rahmat
Akmal Rahmat 2014 年 11 月 5 日
image analyst. do you have any sample coding that i can follow ? the first link you just give i already follow it but cannot work.

サインインしてコメントする。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by