This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | pmPeak |
| pmPeak data structure More... | |
Enumerations | |
| enum | pmPeakType { PM_PEAK_LONE, PM_PEAK_EDGE, PM_PEAK_FLAT, PM_PEAK_UNDEF } |
| pmPeakType More... | |
Functions | |
| pmPeak * | pmPeakAlloc (int x, int y, float counts, pmPeakType type) |
| pmPeakAlloc() | |
| bool | pmIsPeak (const psPtr ptr) |
| psVector * | pmFindVectorPeaks (const psVector *vector, float threshold) |
| pmFindVectorPeaks() | |
| psArray * | pmFindImagePeaks (const psImage *image, float threshold) |
| pmFindImagePeaks() | |
| psList * | pmCullPeaks (psList *peaks, float maxValue, const psRegion valid) |
| pmCullPeaks() | |
| psArray * | pmPeaksSubset (psArray *peaks, float maxvalue, const psRegion valid) |
| pmPeaksSubset() | |
| int | pmPeaksCompareAscend (const void **a, const void **b) |
| int | pmPeaksCompareDescend (const void **a, const void **b) |
1.5.1