Creating Images

In the Intel® Image Processing library, all attributes of an image are stored in the IplImage structure. Several fields in this structure are pointers, for example, there is a pointer to the image data. You have already seen the IplImage structure in the code of the Error Messages example.

Creating an image means filling the fields of the correponding IplImage structure and also providing the image data.

In this section of the tutorial you'll find examples that illustrate the creation of gray and RGB images.

* Legal Information © 1998-2000, Intel Corporation