|
pappsomspp
Library for mass spectrometry
|
transform the trace with the minimum of the maximum equivalent of the dilate filter for pictures More...
#include <filtermorpho.h>
Public Member Functions | |
| FilterMorphoMinMax (std::size_t half_window_size) | |
| FilterMorphoMinMax (const FilterMorphoMinMax &other) | |
| virtual | ~FilterMorphoMinMax () |
| Trace & | filter (Trace &data_points) const override |
| std::size_t | getMinMaxHalfEdgeWindows () const |
Private Attributes | |
| FilterMorphoMax | m_filter_max |
| FilterMorphoMin | m_filter_min |
transform the trace with the minimum of the maximum equivalent of the dilate filter for pictures
Definition at line 123 of file filtermorpho.h.
| FilterMorphoMinMax::FilterMorphoMinMax | ( | std::size_t | half_window_size | ) |
Definition at line 169 of file filtermorpho.cpp.
| FilterMorphoMinMax::FilterMorphoMinMax | ( | const FilterMorphoMinMax & | other | ) |
Definition at line 173 of file filtermorpho.cpp.
|
inlinevirtual |
Definition at line 132 of file filtermorpho.h.
Implements pappso::FilterInterface.
Definition at line 178 of file filtermorpho.cpp.
References pappso::FilterMorphoWindowBase::filter(), m_filter_max, and m_filter_min.
Referenced by pappso::TraceDetectionZivy::detect(), and pappso::FilterMorphoBackground::filter().
| std::size_t FilterMorphoMinMax::getMinMaxHalfEdgeWindows | ( | ) | const |
|
private |
Definition at line 126 of file filtermorpho.h.
Referenced by filter(), and getMinMaxHalfEdgeWindows().
|
private |
Definition at line 127 of file filtermorpho.h.
Referenced by filter().