ImageSensor
R2026bDescription
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
An ImageSensor object represents the geometrical layout of an
image sensor for an optical system, including resolution and pixel size.
Creation
You can create an ImageSensor object in these ways:
Add an image sensor directly to the end of an optical system by using the
addImageSensorfunction.To create an image sensor without adding it to an optical system, or to modify the properties of an image sensor already in an optical system, use the
optics.detector.ImageSensorfunction described here.
Description
sensor = optics.detector.ImageSensor creates a default
ImageSensor object.
sensor = optics.detector.ImageSensor(
specifies one or more property values. For example,
Name=Value)Resolution=[1080 1920] specifies a sensor with a resolution of
1080-by-1920 pixels.
Name-Value Arguments
Properties
Version History
Introduced in R2026b
See Also
opticalSystem | addImageSensor | renderChart | SimulatedESFRChart | SimulatedColorCheckerChart | ImagePlane