|
pappsomspp
Library for mass spectrometry
|
transform the trace with the maximum of the minimum equivalent of the erode filter for pictures More...
#include <filtermorpho.h>
Public Member Functions | |
| FilterMorphoMaxMin (std::size_t half_window_size) | |
| FilterMorphoMaxMin (const FilterMorphoMaxMin &other) | |
| virtual | ~FilterMorphoMaxMin () |
| Trace & | filter (Trace &data_points) const override |
| std::size_t | getMaxMinHalfEdgeWindows () const |
Private Attributes | |
| FilterMorphoMin | m_filter_min |
| FilterMorphoMax | m_filter_max |
transform the trace with the maximum of the minimum equivalent of the erode filter for pictures
Definition at line 141 of file filtermorpho.h.
| FilterMorphoMaxMin::FilterMorphoMaxMin | ( | std::size_t | half_window_size | ) |
Definition at line 193 of file filtermorpho.cpp.
| FilterMorphoMaxMin::FilterMorphoMaxMin | ( | const FilterMorphoMaxMin & | other | ) |
Definition at line 197 of file filtermorpho.cpp.
|
inlinevirtual |
Definition at line 150 of file filtermorpho.h.
Implements pappso::FilterInterface.
Definition at line 202 of file filtermorpho.cpp.
References pappso::FilterMorphoWindowBase::filter(), m_filter_max, and m_filter_min.
Referenced by pappso::TraceDetectionZivy::detect().
| std::size_t FilterMorphoMaxMin::getMaxMinHalfEdgeWindows | ( | ) | const |
|
private |
Definition at line 145 of file filtermorpho.h.
Referenced by filter(), and getMaxMinHalfEdgeWindows().
|
private |
Definition at line 144 of file filtermorpho.h.
Referenced by filter().