What Is Image Processing Toolbox?: Type Function - Name
What Is Image Processing Toolbox?: Type Function - Name
Introduction
Image Processing Toolbox is a collection of functions that extend the
capability of the MATLAB numeric computing environment. The toolbox supports
a wide range of image processing operations, including Spatial image transformations
Morphological operations Neighborhood and block operations Linear filtering and
filter design TransformsImage analysis and enhancement Image registration
Deblurring Region of interest operations Many of the toolbox functions are MATLAB
M-files, a series of MATLAB
statements that implement specialized image processing algorithms. You can
view the MATLAB code for these functions using the statement
type function_name
You can extend the capabilities of Image Processing Toolbox by writing
your own M-files, or by using the toolbox in combination with other toolboxes,
such as Signal Processing Toolbox and Wavelet Toolbox.