qmeasures | R Documentation |
Computes selected criteria for quality assessments of
qmeasures(img, ref,
which = c("PSNR", "MAE", "MSE", "RMSE", "SSIM", "MAGE", "RMSGE"),
mask = FALSE)
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. |
Calculates specified quality indices.
A vector with names as specified in which
.
Joerg Polzehl, polzehl@wias-berlin.de, https://www.wias-berlin.de/people/polzehl/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.