Prototypes | |
| void | LALHOUGHPeak2PHMD (LALStatus *status, HOUGHphmd *phmd, HOUGHptfLUT *lut, HOUGHPeakGram *pg) |
Construction of Partial-Hough-Map-Derivatives (phmd) given a peak-gram and the look-up-table. More... | |
Go to the source code of this file.
Data Structures | |
| struct | HOUGHPeakGram |
| This structure stores the `‘peak-gram’'. More... | |
| struct | HOUGHphmd |
| This structure stores a partial Hough map derivative. More... | |
Macros | |
Error Codes | |
| #define | PHMDH_ENULL 1 |
| #define | PHMDH_ESIZE 2 |
| #define | PHMDH_ESZMM 4 |
| #define | PHMDH_EINT 6 |
| #define | PHMDH_ESAME 8 |
| #define | PHMDH_EFREQ 10 |
| #define | PHMDH_EVAL 12 |
| #define | PHMDH_MSGENULL "Null pointer" |
| #define | PHMDH_MSGESIZE "Invalid input size" |
| #define | PHMDH_MSGESZMM "Size mismatch" |
| #define | PHMDH_MSGEINT "Invalid interval" |
| #define | PHMDH_MSGESAME "Input/Output data vectors are the same" |
| #define | PHMDH_MSGEFREQ "Invalid frequency" |
| #define | PHMDH_MSGEVAL "Invalid value" |
Typedefs | |
| typedef REAL8 | HoughDT |
| Hough Map derivative pixel type. More... | |