| Using MATLAB Graphics | Search  Help Desk |
imread and imwrite.
MATLAB supports three different numeric classes for image display: double-precision floating-point (double), 16-bit unsigned integer (uint16), and 8-bit unsigned integer (uint8). The image display commands interpret data values differently depending on the numeric class the data is stored in.
This chapter discusses the different data and image types you can use, and includes details on how to: read, write, work with, and display graphics images; how to alter the display properties and aspect ratio of an image during display; how to print an image; and how to convert the data type or graphics format of an image.
This table lists the functions discussed in this chapter.| Function |
Purpose |
Function Group |
|
Plot axis scaling and appearance |
Display |
|
Display image (create image object) |
Display |
|
Scale data and display as image |
Display |
|
Read image from graphics file |
File I/O |
|
Write image to graphics file |
File I/O |
|
Get image information from graphics file |
Utility |
|
Convert indexed image to RGB image |
Utility |