SAGA 9.12.5 | Tool Documentation

Universal Image Quality Index

Author(s) M.Ambrosi (c) 2017
Library IDimagery_tools
Tool ID 13
Version 1.0
Menu Imagery | Analysis

Description

The Universal Image Quality Index compares two grids (greyscale images) using the three parameters luminance, contrast and structure. This is done for each pixel using a moving window as specified by the kernel radius.

References

Lasaponara, R. & Masini, N. (2012): Image Enhancement, Feature Extraction and Geospatial Analysis in an Archaeological Perspective. In: Lasaponara, R. & Masini, N. [Eds.]: Satellite Remote Sensing - A New Tool for Archaeology, S. 17-64. Springer Link

Wang, Z. & Bovik, A.C. (2002): A universal image quality index. IEEE Signal Processing Letters, vol.9, no.3, pp.81-84. IEEE-Xplore

Parameters

 NameTypeIdentifierDescriptionConstraints
InputFirst Gridgrid, inputGRID_A--
Second Gridgrid, inputGRID_B--
OutputUniversal Image Quality Indexgrid, outputQUALITYThe product of correlation, luminance and contrast similarity.-
Correlationgrid, output, optionalCORRELATIONThe correlation coefficient.-
Luminancegrid, output, optionalLUMINANCEThe similarity of mean luminance.-
Contrastgrid, output, optionalCONTRASTThe similarity of contrast.-
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
k1floating point numberK1-Minimum: 0.000000 Maximum: 1.000000 Default: 0.010000
k2floating point numberK2-Minimum: 0.000000 Maximum: 1.000000 Default: 0.030000
Linteger numberLThe dynamic range for the image pixel, i.e. the number of different grey values.Minimum: 1 Default: 255
Kernel TypechoiceKERNEL_TYPEThe kernel's shape.Available Choices: [0] Square [1] Circle Default: 1
Radiusinteger numberKERNEL_RADIUScellsMinimum: 0 Default: 2

Command Line


Usage: saga_cmd imagery_tools 13 [-GRID_A ] [-GRID_B ] [-QUALITY ] [-CORRELATION ] [-LUMINANCE ] [-CONTRAST ] [-K1 ] [-K2 ] [-L ] [-KERNEL_TYPE ] [-KERNEL_RADIUS ]
  -GRID_A:          First Grid
	grid, input
  -GRID_B:          Second Grid
	grid, input
  -QUALITY:         Universal Image Quality Index
	grid, output
  -CORRELATION:     Correlation
	grid, output, optional
  -LUMINANCE:       Luminance
	grid, output, optional
  -CONTRAST:        Contrast
	grid, output, optional
  -K1:           k1
	floating point number
	Minimum: 0.000000
	Maximum: 1.000000
	Default: 0.010000
  -K2:           k2
	floating point number
	Minimum: 0.000000
	Maximum: 1.000000
	Default: 0.030000
  -L:               L
	integer number
	Minimum: 1
	Default: 255
  -KERNEL_TYPE:     Kernel Type
	choice
	Available Choices:
	[0] Square
	[1] Circle
	Default: 1
  -KERNEL_RADIUS:   Radius
	integer number
	Minimum: 0
	Default: 2