| Image Processing Toolbox | ![]() |
Image Input, Output, and Display
Image Display
colorbar |
Display colorbar. (This is a MATLAB function.) |
getimage |
Get image data from axes |
image |
Create and display image object. (This is a MATLAB function. See the online MATLAB Function Reference for its reference page.) |
imagesc |
Scale data and display as image. (This is a MATLAB function. See the online MATLAB Function Reference for its reference page.) |
immovie |
Make movie from multiframe indexed image |
imshow |
Display image |
montage |
Display multiple image frames as rectangular montage |
subimage |
Display multiple images in single figure |
truesize |
Adjust display size of image |
warp |
Display image as texture-mapped surface |
zoom |
Zoom in and out of image or 2-D plot. (This is a MATLAB function.) |
Image File I/O
dicominfoRead metadata from a DICOM message
dicomreadRead a DICOM image
dicomwriteWrite a DICOM image
imfinfoReturn information about image file. (This is a MATLAB function.)
imreadRead image file. (This is a MATLAB function.)
imwriteWrite image file. (This is a MATLAB function.)
Image Types and Type Conversions
ditherConvert image using dithering
doubleConvert data to double precision. (This is a MATLAB function.)
gray2indConvert intensity image to indexed image
graysliceCreate indexed image from intensity image by thresholding
graythreshCompute global image threshold using Otsu's method
im2bwConvert image to binary image by thresholding
im2doubleConvert image array to double precision
im2javaConvert image to instance of Java image object
im2uint16Convert image array to 16-bit unsigned integers
im2uint8Convert image array to 8-bit unsigned integers
ind2grayConvert indexed image to intensity image
ind2rgbConvert indexed image to RGB image
isbwReturn true for binary image
isgrayReturn true for intensity image
isindReturn true for indexed image
isrgbReturn true for RGB image
label2rgbConvert a label matrix to an RGB image
mat2grayConvert matrix to intensity image
rgb2grayConvert RGB image or colormap to grayscale
rgb2indConvert RGB image to indexed image
uint16Convert data to unsigned 16-bit integers. (This is a MATLAB function.)
uint8Convert data to unsigned 8-bit integers. (This is a MATLAB function.)
| Function Reference | Spatial Transformation and Registration | ![]() |