Specifications

Intel
®
Image Processing Library Reference Manual
4-26
4
SetTileInfo
Sets the IplTileInfo
structure fields.
void iplSetTileInfo(IplTileInfo* tileInfo,
IplCallBack
callBack
, void*
id
, int
width
, int
height
);
tileInfo
The pointer to the IplTileInfo structure.
callBack
The call-back function.
id
The image ID (for application use).
width, height
The tile sizes.
Discussion
This function sets attributes for an existing IplTileInfo structure.
DeleteTileInfo
Deletes the IplTileInfo
structure.
void iplDeleteTileInfo(IplTileInfo* tileInfo);
tileInfo
The pointer to the IplTileInfo structure.
Discussion
This function deletes the IplTileInfo structure previously created by the
CreateTileInfo function.