Images
MATLAB® images are arrays of numeric data on which you can perform analysis. For more information, see Working with Image Types in MATLAB.
Functions
Properties
| Image Properties | Image appearance and behavior | 
Topics
- Working with Image Types in MATLABRead and display various image types supported by MATLAB graphics. 
- 8-Bit and 16-Bit ImagesReduce memory requirements by storing images as 8-bit or 16-bit unsigned integers. 
- Read, Write, and Query Image FilesWork with standard image file formats in MATLAB, such as reading and writing image files. 
- The Image Object and Its PropertiesLike all graphics objects, the image object has a number of properties you can set to fine-tune its appearance on the screen. 
- Printing ImagesPrint images in proper proportions by preserving the aspect ratio. 
- Convert Image Graphic or Data TypeConverting between data types changes the interpretation of the image data. 
- Create and Compare Resizing Interpolation KernelsThis example shows how to define a kernel for image resizing and compare different interpolation kernels on a sample image.