PeakDetection Member List
This is the complete list of members for
PeakDetection, including all inherited members.
| BYMAGNITUDE enum value | PeakDetection | |
| BYPOSITION enum value | PeakDetection | |
| candidateCount() const | PeakDetection | |
| minimumPeakContrast() const | PeakDetection | |
| minimumPeakWidth() const | PeakDetection | |
| NONE enum value | PeakDetection | |
| peakCount() const | PeakDetection | |
| PeakDetection(int peakCount=1024/3, SortMethod sort=BYMAGNITUDE, int minimumPeakWidth=3, int candidateCount=-1, Real minimumPeakContrast=0) | PeakDetection | |
| process(const MatrixXR &frames, MatrixXR *peakPositions, MatrixXR *peakMagnitudes) | PeakDetection | |
| setCandidateCount(int count, bool callSetup=true) | PeakDetection | |
| setMinimumPeakContrast(Real contrast, bool callSetup=true) | PeakDetection | |
| setMinimumPeakWidth(int width, bool callSetup=true) | PeakDetection | |
| setPeakCount(int count, bool callSetup=true) | PeakDetection | |
| setSortMethod(SortMethod method, bool callSetup=true) | PeakDetection | |
| SortMethod enum name | PeakDetection | |
| sortMethod() const | PeakDetection | |
| ~PeakDetection() | PeakDetection | |