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 MATLAB
Read and display various image types supported by MATLAB graphics.
- 8-Bit and 16-Bit Images
Reduce memory requirements by storing images as 8-bit or 16-bit unsigned integers.
- Read, Write, and Query Image Files
Work with standard image file formats in MATLAB, such as reading and writing image files.
- The Image Object and Its Properties
Like all graphics objects, the image object has a number of properties you can set to fine-tune its appearance on the screen.
- Printing Images
Print images in proper proportions by preserving the aspect ratio.
- Convert Image Graphic or Data Type
Converting between data types changes the interpretation of the image data.
- Create and Compare Resizing Interpolation Kernels
This example shows how to define a kernel for image resizing and compare different interpolation kernels on a sample image.