SimulatedESFRChart
R2026bDescription
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
A SimulatedESFRChart object stores an edge spatial frequency response
(eSFR) test chart rendered through an optical system. To display the rendered chart image,
use the imageshow
function. To display the chart image with slanted edge and gray patch ROI overlays, use the
displayChart
object function.
The SimulatedESFRChart object supports multiple versions of the eSFR
test chart, including "eSFR2014", based on the ISO 12233:2014 standard,
and variants of the "eSFR2023" pinwheel chart with different contrast
ratios.
You can analyze the simulated eSFR chart using object functions.
To apply a different gain as a postprocessing step when comparing rendered images across system configurations, use the
refreshImageobject function.To estimate the scene illuminant based on the gray patches in the chart, use the
measureIlluminantobject function.To measure chromatic aberration at the slanted edges of the rendered chart, use the
measureChromaticAberrationobject function.To measure noise levels in the uniform gray patches of the chart, use the
measureNoiseobject function.To measure sharpness using slanted edge analysis, and return spatial frequency response measurements, use the
measureSharpnessobject function.
Creation
Create a SimulatedESFRChart object by rendering a simulated eSFR
test chart through an optical system using the renderChart
function. You must specify the chartType argument of
renderChart as one of these values:
"eSFR2014""eSFR2023-4:1""eSFR2023-6:1""eSFR2023-8:1""eSFR2023-10:1"
Properties
Object Functions
refreshImage | Apply postprocess gain to rendered test chart |
measureSharpness | Measure spatial frequency response using test chart |
measureChromaticAberration | Measure chromatic aberration at slanted edges |
measureNoise | Measure noise of test chart |
measureIlluminant | Measure scene illuminant using test chart |
displayChart | Display test chart with overlaid regions of interest |
Examples
More About
Version History
Introduced in R2026b
See Also
renderChart | opticalSystem | SimulatedColorCheckerChart | displayChart | refreshImage

