nav-left cat-right
cat-right

Back to Tutorials

Download the MATLAB Script File (.m) for this tutorial.

Tutorial 4.1 – MATLAB Image Processing Toolbox: A Guided Tour

Goal

The goal of this tutorial is to introduce the capabilities of the Image Processing Toolbox (IPT) and to demonstrate how functions can be combined to solve a particular problem.

Objectives

  • Learn how to use the help documentation for the IPT
  • Explore the Identifying Round Objects Demo
 Copyright 2011 O. Marques
 Practical Image and Video Processing Using MATLAB, Wiley-IEEE, 2011.
 Revision: 1.0 Date: 2011/09/28 11:22:00


Contents

Step 1

Open the help documenatation for the IPT by navigating from the start menu located in the lower left corner of the MATLAB environment: Start > Toolboxes > Image Processing > Help.

Step 2

Open the Identifying Round Objects Demo by navigating to the IPT demos: Start > Toolboxes > Image Processing > Demos. It will be under the Measuring Image Features category.

Step 3

Run the first block of code.

Step 4

Execute the remaining code in the demo one block at a time. Focus on understanding what each step (block) does, rather than how it is done.