|
CR2RE Pipeline Reference Manual 1.6.10
|
Initialize the ap structure. More...
Functions | |
| void | hdrl_apinit (ap_t *ap) |
| Initialize the ap structure. | |
| void | hdrl_apreinit (ap_t *ap) |
| Re-initialize the ap structure. | |
| void | hdrl_apclose (ap_t *ap) |
| Close ap structure. | |
Initialize the ap structure.
| void hdrl_apclose | ( | ap_t * | ap | ) |
Close ap structure.
| ap | The input ap structure |
Purpose: Close the ap structure
Description: The ap structure has all of its allocated memory freed.
Definition at line 153 of file hdrl_cat_apio.c.
Referenced by hdrl_overlp().
| void hdrl_apinit | ( | ap_t * | ap | ) |
Initialize the ap structure.
| ap | The input ap structure |
Purpose: Initialize the ap structure given some pre-existing information
Description: The ap structure is initialized. In order for this to be done properly the value of ap->lsiz (the length of the image rows) must be set before calling this routine.
Definition at line 54 of file hdrl_cat_apio.c.
Referenced by hdrl_catalogue_conf(), and hdrl_overlp().
| void hdrl_apreinit | ( | ap_t * | ap | ) |
Re-initialize the ap structure.
| ap | The input ap structure |
Purpose: Re-initialize the ap structure
Description: The ap structure is reinitialized to the state it was in before we started detecting objects in it. All information about detected objects is erased.
Definition at line 120 of file hdrl_cat_apio.c.
Referenced by hdrl_overlp().