CR2RE Pipeline Reference Manual 1.6.7
Functions
hdrl_apclust

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.
 

Detailed Description

Detect multiple objects from a given Plessey array.

Function Documentation

◆ hdrl_apclust()

void hdrl_apclust ( ap_t *  ap,
cpl_size  np,
plstruct *  plstr 
)

Detect multiple objects from a given Plessey array.

Parameters
apThe new input ap structure
npThe number of pixels within the input Plessey array
plstrThe 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().