Skip to content

pow(sum(SSIM)) != sum(pow(SSIM)) #1

@skal65535

Description

@skal65535

Hi,

i noticed a difference with the Simoncelli & al paper in the implementation, at line:

result *= pow(thissim,Weights[scale-1]);

The MSSIM score is computed as the weighted product of individual scaled image's score, whereas equation (7) in the paper would indicate that it should be done at the per-pixel level.

just fyi
skal/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions