Image Display
|
colorbar
|
Display colorbar (MATLAB)
|
getimage
|
Get image data from axes
|
image
|
Create and display image object (MATLAB)
|
imagesc
|
Scale data and display as image (MATLAB)
|
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 (MATLAB)
|
Pixel Values and Statistics
|
corr2
|
Compute 2-D correlation coefficient
|
imcontour
|
Create contour plot of image data
|
imfeature
|
Compute feature measurements for image regions
|
imhist
|
Display histogram of image data
|
impixel
|
Determine pixel color values
|
improfile
|
Compute pixel-value cross-sections along line segments
|
mean2
|
Compute mean of matrix elements
|
pixval
|
Display information about image pixels
|
std2
|
Compute standard deviation of matrix elements
|
Image Transforms
|
dct2
|
Compute 2-D discrete cosine transform
|
dctmtx
|
Compute discrete cosine transform matrix
|
fft2
|
Compute 2-D fast Fourier transform (MATLAB)
|
fftn
|
Compute N-D fast Fourier transform (MATLAB)
|
fftshift
|
Reverse quadrants of output of FFT (MATLAB)
|
idct2
|
Compute 2-D inverse discrete cosine transform
|
ifft2
|
Compute 2-D inverse fast Fourier transform (MATLAB)
|
ifftn
|
Compute N-D inverse fast Fourier transform (MATLAB)
|
iradon
|
Compute inverse Radon transform
|
phantom
|
Generate a head phantom image
|
radon
|
Compute Radon transform
|
Binary Image Operations
|
applylut
|
Perform neighborhood operations using lookup tables
|
bwarea
|
Compute area of objects in binary image
|
bweuler
|
Compute Euler number of binary image
|
bwfill
|
Fill background regions in binary image
|
bwlabel
|
Label connected components in binary image
|
bwmorph
|
Perform morphological operations on binary image
|
bwperim
|
Determine perimeter of objects in binary image
|
bwselect
|
Select objects in binary image
|
dilate
|
Perform dilation on binary image
|
erode
|
Perform erosion on binary image
|
makelut
|
Construct lookup table for use with applylut
|
Image Types and Type Conversions
|
dither
|
Convert image using dithering
|
gray2ind
|
Convert intensity image to indexed image
|
grayslice
|
Create indexed image from intensity image by thresholding
|
im2bw
|
Convert image to binary image by thresholding
|
im2double
|
Convert image array to double precision
|
im2uint8
|
Convert image array to 8-bit unsigned integers
|
im2uint16
|
Convert image array to 16-bit unsigned integers
|
ind2gray
|
Convert indexed image to intensity image
|
ind2rgb
|
Convert indexed image to RGB image
|
isbw
|
Return true for binary image
|
isgray
|
Return true for intensity image
|
isind
|
Return true for indexed image
|
isrgb
|
Return true for RGB image
|
mat2gray
|
Convert matrix to intensity image
|
rgb2gray
|
Convert RGB image or colormap to grayscale
|
rgb2ind
|
Convert RGB image to indexed image
|