qmeasures {aws} | R Documentation |
Quality assessment for image reconstructions.
Description
Computes selected criteria for quality assessments of
Usage
qmeasures(img, ref,
which = c("PSNR", "MAE", "MSE", "RMSE", "SSIM", "MAGE", "RMSGE"),
mask = FALSE)
Arguments
img |
2D/3D image, object of class |
ref |
Reference image (array, matrix or vector) for comparison. |
which |
Criterion to use for Quality assessment. Please specify a subset of
|
mask |
Logical of same dimension as img/ref. Calculation can be restricted to mask. |
Details
Calculates specified quality indices.
Value
A vector with names as specified in which
.
Author(s)
Joerg Polzehl, polzehl@wias-berlin.de, https://www.wias-berlin.de/people/polzehl/
[Package aws version 2.5-5 Index]