How to Use This Online Tutorial


Navigation

Click to do this:
to show more topics
to hide subtopics
to display a topic
Link to go somewhere else on the Web.

Running the Examples

To run the example applications, a DLL of the Intel® Image Processing Library 2.5 must be installed on your system. The DLL version must correspond to the system processor. There are two ways of running the examples:

To get help on command line examples, type -? after the command name, for example: tile -?

Adding a Bookmark in Microsoft Visual Studio*

You can use this tutorial in Microsoft Visual Studio 97 environment. To do so

  1. In the InfoViewer address line, type this document's location and press Enter to open the document.
  2. Go to Help | InfoViewer Bookmarks menu and choose Add.
  3. Type the document title you wish to add to the bookmark list and click OK.
Now you can always return to the bookmarked document from the Help | InfoViewer Bookmarks menu. You can also cut and paste code fragments from the document to your own program.

Rebuilding the Examples

You can rebuild the examples of this tutorial yourself. The source code, MS Visual C++ projects and .mak files for all examples can be found in the following subdirectories of the tutorial.ipl\iplrooms directory:
room001 image creation examples, create.exe
room002 arithmetic and logical functions, arithm.exe
room003 examples with image regions (ROIs), roi.exe
room004 border modes and filtering examples, filter.exe
room005 tiling examples, tile.exe
room006 FFT and DCT examples, fftdct.exe
room007 morphological operation examples, morph.exe
cookroom auxiliary functions for generating and displaying images.

The tutorial.ipl\iplrooms directory also includes a .bat file and a Perl script for rebuilding all examples.

* Legal Information © 1998-2000, Intel Corporation