CR2RE Pipeline Reference Manual 1.6.7
Functions
hdrl_apline

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.
 

Detailed Description

Detect objects on a line of data.

Function Documentation

◆ hdrl_apline()

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.

Parameters
apThe input ap structure
datThe line of data
confThe confidence map for the line of data
smoothedA smoothed version of the data line
smoothedcA smoothed version of the confidence map line
jA number that tells you which row this is in the image
bpmA 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().