Aim Plots

Those are functions to create Aim Plots for evaluation of image correction algorithms.
2 descargas
Actualizado 14 jun 2022

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2022a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

Added functions for decomposed MAE computation only.

1.0.0