CR2RE Pipeline Reference Manual 1.6.7
Functions
hdrl_moments

Do moments analysis on an object. More...

Functions

void hdrl_moments (ap_t *ap, double results[])
 Do moments analysis on an object in a Plessey array.
 

Detailed Description

Do moments analysis on an object.

Function Documentation

◆ hdrl_moments()

void hdrl_moments ( ap_t *  ap,
double  results[] 
)

Do moments analysis on an object in a Plessey array.

Parameters
apThe current ap structure
resultsThe output array with the moments results.

Description: The Plessey array is given from an ap structure for a single object. This routine does a basic zeroth, first and second moments analysis.

Definition at line 47 of file hdrl_cat_moments.c.

Referenced by hdrl_process_results().