|
CR2RE Pipeline Reference Manual 1.6.2
|
Detect objects on a line of data. More...
Functions | |
| void | hdrl_apline (ap_t *ap, double dat[], double conf[], double smoothed[], double smoothedc[], cpl_size j, unsigned char *bpm) |
| Detect objects on a line of data. | |
Detect objects on a line of data.
| void hdrl_apline | ( | ap_t * | ap, |
| double | dat[], | ||
| double | conf[], | ||
| double | smoothed[], | ||
| double | smoothedc[], | ||
| cpl_size | j, | ||
| unsigned char * | bpm | ||
| ) |
Detect objects on a line of data.
| ap | The input ap structure |
| dat | The line of data |
| conf | The confidence map for the line of data |
| smoothed | A smoothed version of the data line |
| smoothedc | A smoothed version of the confidence map line |
| j | A number that tells you which row this is in the image |
| bpm | A bad pixel mask for that line |
Purpose: Detect objects on a line of data
Description: Pixels above the defined threshold are detected on a line of data. A search is done in the ap structure to see if the pixel forms part of an object that is already known or whether this is part of a new object. The information is stored in the ap structure linked list.
Definition at line 58 of file hdrl_cat_apline.c.
Referenced by hdrl_catalogue_conf().