|
CR2RE Pipeline Reference Manual 1.6.7
|
Detect multiple objects from a given Plessey array. More...
Functions | |
| void | hdrl_apclust (ap_t *ap, cpl_size np, plstruct *plstr) |
| Detect multiple objects from a given Plessey array. | |
Detect multiple objects from a given Plessey array.
| void hdrl_apclust | ( | ap_t * | ap, |
| cpl_size | np, | ||
| plstruct * | plstr | ||
| ) |
Detect multiple objects from a given Plessey array.
| ap | The new input ap structure |
| np | The number of pixels within the input Plessey array |
| plstr | The Plessey array from the original structure with the lower detection threshold. Purpose: Detect multiple peaks in a Plessey array and write to a new ap structure. |
Description: The Plessey array is given from an ap structure for a single object. Given a second ap structure with a revised threshold this routine will attempt to detect multiple objects within that Plessey array.
Definition at line 60 of file hdrl_cat_apclust.c.
References hdrl_apfu().
Referenced by hdrl_overlp().