G'MIC - GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing
GREYC CNRS ENSICAEN UNICAEN

A Full-Featured Open-Source Framework for Image Processing



Latest stable version: 3.3.5        Current pre-release: 3.3.6 (2024/04/22)

Reference

Table of Contents  ▸  List of Commands  ▸  Features Extraction  ▸  ssim◀  ssd_patch    |    ssim_matrix  ▶

ssim

Arguments:

Description:

Compute the Structural Similarity Index Measure (SSIM) between selected images and specified reference image.

This command does not modify the images, it just returns a value or a list of values in the status.
When downsampling_factor is specified with a ending %, its value is equal to 1+(patch_size-1)*spatial_factor%.

SSIM is a measure introduced int the following paper:
Wang, Zhou, et al., "Image quality assessment: from error visibility to structural similarity.",
in IEEE transactions on image processing 13.4 (2004): 600-612.

The implementation of this command is a direct translation of the reference code (in Matlab), found at :
https://ece.uwaterloo.ca/~z70wang/research/ssim/

Default values:

patch_size=11, and max_value=255.

G'MIC - GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing

G'MIC is an open-source software distributed under the CeCILL free software licenses (LGPL-like and/or
GPL-compatible). Copyrights (C) Since July 2008, David Tschumperlé - GREYC UMR CNRS 6072, Image Team.