ImageJS
    Preparing search index...

    Interface SsimOptions

    interface SsimOptions {
        algorithm?: "fast" | "original" | "bezkrovny" | "weber";
        windowSize?: number;
    }
    Index

    Properties

    algorithm?: "fast" | "original" | "bezkrovny" | "weber"

    Algorithm to use to compute the SSIM.

    'original'

    windowSize?: number

    Window size for SSIM map.

    Math.min(11, image.width, image.height)