|
CR2RE Pipeline Reference Manual 1.6.8
|
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. | |
Do moments analysis on an object.
| void hdrl_moments | ( | ap_t * | ap, |
| double | results[] | ||
| ) |
Do moments analysis on an object in a Plessey array.
| ap | The current ap structure |
| results | The 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().