SimulatedColorCheckerChart
R2026bDescription
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
A SimulatedColorCheckerChart object stores a ColorChecker test
chart rendered through an optical system. To display the rendered chart image, use the
imageshow
function. To display the chart image with registration points and color ROI overlays, use
the displayChart
object function.
You can perform color accuracy analysis of the simulated ColorChecker 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 measure color accuracy, and get the color measurements for each patch, use the
measureColorobject function.To estimate the scene illuminant based on the gray patches in the chart, use the
measureIlluminantobject function.
Creation
Create a SimulatedColorCheckerChart object by rendering a simulated
ColorChecker test chart through an optical system using the renderChart
function.
Properties
Object Functions
refreshImage | Apply postprocess gain to rendered test chart |
measureColor | Measure color reproduction using test chart |
measureIlluminant | Measure scene illuminant using test chart |
displayChart | Display test chart with overlaid regions of interest |
Examples
More About
References
[1] Myers, Robin D. “Chromaxion: Spectral Library.” Chromaxion, 2025. https://www.chromaxion.com/spectral-library.php. Accessed 21 Apr. 2026.
Version History
Introduced in R2026b
See Also
renderChart | opticalSystem | SimulatedESFRChart | displayChart
