Import, Export, and Conversion
Image data import and export, conversion of image types and classes
The basic data structure in MATLAB®, the array, is naturally suited to the representation of images. Using toolbox functions, you can import image data into the workspace from supported graphics file or scientific file formats. Conversely, you can export data from the workspace to a file in a supported graphics file or scientific file format. In addition, you can convert images from one format to another, or from one data type to another.
Categories
- Read and Write Image Data from Files
Read and write image data from files, get information about contents of image files
- High Dynamic Range Images
Read high dynamic range (HDR) images, create HDR images, write HDR data to file
- Blocked Images
Read and navigate big images and multiresolution images
- Image Type Conversion
Convert between the image types, such as RGB (truecolor), binary, grayscale, and indexed images, and change the data type of an image
- Image Sequences and Batch Processing
Work with sequences of images and perform batch processing of images
- Color
Color space conversions, support for International Color Consortium (ICC) profiles
- Synthetic Images
Create images to test image processing algorithms