Structure for storing statistical information about a Hough map.
Definition at line 76 of file lib/Statistics.h.
Data Fields | |
| HoughTT | maxCount |
| maximum number count More... | |
| UINT2 | maxIndex [2] |
| loctaion of maximum number count More... | |
| HoughTT | minCount |
| minimum number count More... | |
| UINT2 | minIndex [2] |
| location of minimum number count More... | |
| REAL8 | avgCount |
| average number count More... | |
| REAL8 | stdDev |
| standard deviation of number counts More... | |
| HoughTT HoughStats::maxCount |
maximum number count
Definition at line 77 of file lib/Statistics.h.
| UINT2 HoughStats::maxIndex[2] |
loctaion of maximum number count
Definition at line 78 of file lib/Statistics.h.
| HoughTT HoughStats::minCount |
minimum number count
Definition at line 79 of file lib/Statistics.h.
| UINT2 HoughStats::minIndex[2] |
location of minimum number count
Definition at line 80 of file lib/Statistics.h.
| REAL8 HoughStats::avgCount |
average number count
Definition at line 81 of file lib/Statistics.h.
| REAL8 HoughStats::stdDev |
standard deviation of number counts
Definition at line 82 of file lib/Statistics.h.