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

What Is Image Processing Toolbox?: Type Function - Name

Image Processing Toolbox is a collection of MATLAB functions that extend its numeric computing capabilities to support a wide range of image processing operations such as spatial transformations, morphological operations, linear filtering, transforms, analysis, enhancement, registration and deblurring. It contains M-files implementing specialized algorithms and allows writing custom M-files or combining it with other toolboxes like Signal Processing and Wavelet Toolbox.

Uploaded by

racamaca
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

What Is Image Processing Toolbox?: Type Function - Name

Image Processing Toolbox is a collection of MATLAB functions that extend its numeric computing capabilities to support a wide range of image processing operations such as spatial transformations, morphological operations, linear filtering, transforms, analysis, enhancement, registration and deblurring. It contains M-files implementing specialized algorithms and allows writing custom M-files or combining it with other toolboxes like Signal Processing and Wavelet Toolbox.

Uploaded by

racamaca
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

What Is Image Processing Toolbox?

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.

You might also like