#include <LocalMaximumPeakDetector.hpp>
List of all members.
Public Member Functions |
| LocalMaximumPeakDetector (size_t windowSize) |
virtual void | detect (const std::vector< double > &x, const std::vector< double > &y, std::vector< double > &xPeakValues, std::vector< double > &yPeakValues, std::vector< Peak > *peaks=NULL) |
| finds all local maxima, i.e.
|
virtual | ~PeakDetector () |
Detailed Description
Constructor & Destructor Documentation
pwiz::analysis::LocalMaximumPeakDetector::LocalMaximumPeakDetector |
( |
size_t |
windowSize | ) |
|
Member Function Documentation
virtual void pwiz::analysis::LocalMaximumPeakDetector::detect |
( |
const std::vector< double > & |
x, |
|
|
const std::vector< double > & |
y, |
|
|
std::vector< double > & |
xPeakValues, |
|
|
std::vector< double > & |
yPeakValues, |
|
|
std::vector< Peak > * |
peaks = NULL |
|
) |
| |
|
virtual |
finds all local maxima, i.e.
any point that has a greater y value than both of its neighboring points; note: the peaks array, if non-NULL, only provides x and y values
Implements pwiz::analysis::PeakDetector.
Member Data Documentation
size_t pwiz::analysis::LocalMaximumPeakDetector::window_ |
|
private |
The documentation for this struct was generated from the following file: