Aim Plots

Those are functions to create Aim Plots for evaluation of image correction algorithms.
2 téléchargements
Mise à jour 14 juin 2022

Afficher la licence

Files provided allows for creation of Aim Plots and computation of decomposed MAE, for evaluation of image correction algorithms.
Direct version requires:
  • Reference Image (desired output of the evaluated algorithm),
  • Distorted Image (input image for correction algorithm),
  • Corrected Image (output image from correction algorithm).
Other arguments are optional and described in the function comments.
Indirect version requires:
  • Reference Image (desired output of the evaluated algorithm),
  • True Map binary of distortion (0 - pixels that should be changed, 1 - pixels that should remain unaltered),
  • Corrected Image (output image from correction algorithm),
  • Detection Map of distortion (0 - pixels actually changed by algorithm, 0 - pixel not altered by algorithm).
Other arguments are optional and described in the function comments.

Citation pour cette source

Lukasz Malinski (2024). Aim Plots (https://www.mathworks.com/matlabcentral/fileexchange/112290-aim-plots), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2022a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.1

Added functions for decomposed MAE computation only.

1.0.0