Specifications
Intel
®
Image Processing Library Reference Manual
4-2
4
Table 4-1 Image Creation, Data Exchange and Windows DIB Environment
Functions (continued)
Group Function Name Description
Creating
Images
iplSetROI
Sets a region of interest for an
image.
(cont-d)
iplSetBorderMode
Sets the mode for handling the
border pixels.
iplCreateTileInfo
Creates the IplTileInfo structure.
iplSetTileInfo
Sets the tiling information.
iplDeleteTileInfo
Deletes the IplTileInfo structure.
iplCreateImageJaehne
Creates a one-channel test image.
iplCheckImageHeader
Validates the field values of the
image header.
Memory
Allocation
iplMalloc
Allocates memory aligned to 8 bytes
boundary.
iplwMalloc
Allocates memory aligned to 8 bytes
boundary for 16-bit words.
ipliMalloc
Allocates memory aligned to 8 bytes
boundary 32-bit double words.
iplsMalloc
Allocates memory aligned to 8 bytes
boundary for single float elements.
ipldMalloc
Allocates memory aligned to 8 bytes
boundary for double float elements.
iplFree
Frees memory allocated by the
ipl?Malloc functions.
Data
Exchange
iplSet
iplSetFP
Sets a constant value for all pixels in
the image.
iplPutPixel
iplGetPixel
Sets/retrieves the value of the pixel
with coordinates (x, y).
iplCopy
Copies image data from one image
to another.
continued
☞