• 大小: 1KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: Matlab
  • 标签: SSIM  matlab  ssim函数  

资源简介

经典full-reference 图像质量评估标准SSIM的MATLAB代码实现。

资源截图

代码片段和文件信息

function [ StrSim ] = SSIM(ab)
%SSIM Implementation of the similarity comparision in SSIM
%--------------------------------------------------------------------------
% Input:    intensity image a and b; patch size w.
% Output:   struction similarity StrSim. 
%--------------------------------------------------------------------------
% Details can be found in the authors‘ original paper: 
% Z.Wang A.Bovik H.Sheikh and E.Simoncelli “Image quality assessment: 
% From error visibility to structural similarity“ IEEE Transactions on 
% Image Processing

评论

共有 条评论