Aim Plots

Those are functions to create Aim Plots for evaluation of image correction algorithms.

You are now following this Submission

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.

Cite As

Lukasz Malinski (2026). Aim Plots (https://ch.mathworks.com/matlabcentral/fileexchange/112290-aim-plots), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.1

Added functions for decomposed MAE computation only.

1.0.0