PSFImage
R2026bDescription
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
A PSFImage object displays point spread function (PSF) image
data for one or more PSF result objects.
Use a PSFImage chart to visualize geometric or Huygens PSF intensity
images, select wavelength channels, combine wavelength channels, and customize the display
colormap.
Creation
Create a PSFImage object by using the show object
function of an GeometricPSF or HuygensPSF object. Create a
PSF result object by using the psf object
function.
hpsf = show(psfr)
You can specify chart properties when you call show.
hpsf = show(psfr,CombineWavelengths="off",WavelengthIndices=[1 3])Properties
Examples
More About
Version History
Introduced in R2026b
See Also
psf | GeometricPSF | HuygensPSF | centroid | encircledEnergyAtRadius | radiusAtEncircledEnergy | show

