0% found this document useful (0 votes)
4 views1 page

Images - Functions

The document provides a list of functions related to image processing in MATLAB, categorized into sections such as displaying images, reading/writing/modifying images, converting image types, and modifying image colors. Each function is briefly described, highlighting its purpose, such as displaying images from arrays or converting RGB images to grayscale. The document serves as a reference for users looking to utilize these image functions in MATLAB.

Uploaded by

mrittikadas003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Images - Functions

The document provides a list of functions related to image processing in MATLAB, categorized into sections such as displaying images, reading/writing/modifying images, converting image types, and modifying image colors. Each function is briefly described, highlighting its purpose, such as displaying images from arrays or converting RGB images to grayscale. The document serves as a reference for users looking to utilize these image functions in MATLAB.

Uploaded by

mrittikadas003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

10/10/23, 12:04 AM Images — Functions

Images — Functions

By Category Alphabetical List

Display Image
imshow Display image

image Display image from array

imagesc Display image with scaled colors

Read, Write, and Modify Image


imread Read image from graphics file

imresize Resize image

imtile Combine multiple image frames into one rectangular tiled image

imwrite Write image to graphics file

imfinfo Information about graphics file

imformats Manage image file format registry

Convert Image Type


cmap2gray Convert RGB colormap to grayscale colormap (Since R2020b)

frame2im Return image data associated with movie frame

im2gray Convert RGB image to grayscale (Since R2020b)

im2frame Convert image to movie frame

im2double Convert image to double precision

ind2rgb Convert indexed image to RGB image

rgb2gray Convert RGB image or colormap to grayscale

rgb2ind Convert RGB image to indexed image

getrangefromclass Default display range of image based on its class

Modify Image Colors


imapprox Approximate indexed image by reducing number of colors

dither Convert image, increasing apparent color resolution by dithering

cmpermute Rearrange colors in colormap

cmunique Eliminate duplicate colors in colormap; convert grayscale or truecolor image to indexed
image

https://www.mathworks.com/help/matlab/referencelist.html?type=function&category=graphics-images&s_tid=CRUX_topnav 1/2

You might also like