libpappsomspp
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 () |
FilterMorphoMinMax & | operator= (const FilterMorphoMinMax &other) |
Trace & | filter (Trace &data_points) const override |
std::size_t | getMinMaxHalfEdgeWindows () const |
![]() | |
virtual | ~FilterInterface () |
Private Attributes | |
FilterMorphoMax | m_filterMax |
FilterMorphoMin | m_filterMin |
transform the trace with the minimum of the maximum equivalent of the dilate filter for pictures
Definition at line 117 of file filtermorpho.h.
FilterMorphoMinMax::FilterMorphoMinMax | ( | std::size_t | half_window_size | ) |
Definition at line 208 of file filtermorpho.cpp.
FilterMorphoMinMax::FilterMorphoMinMax | ( | const FilterMorphoMinMax & | other | ) |
Definition at line 212 of file filtermorpho.cpp.
|
inlinevirtual |
Definition at line 126 of file filtermorpho.h.
Implements pappso::FilterInterface.
Definition at line 227 of file filtermorpho.cpp.
References pappso::FilterMorphoWindowBase::filter(), m_filterMax, and m_filterMin.
Referenced by pappso::TraceDetectionZivy::detect(), and pappso::FilterMorphoBackground::filter().
std::size_t FilterMorphoMinMax::getMinMaxHalfEdgeWindows | ( | ) | const |
Definition at line 236 of file filtermorpho.cpp.
References m_filterMax.
Referenced by pappso::TraceDetectionZivy::detect(), and pappso::TraceDetectionZivy::getMinMaxHalfEdgeWindows().
FilterMorphoMinMax & FilterMorphoMinMax::operator= | ( | const FilterMorphoMinMax & | other | ) |
|
private |
Definition at line 120 of file filtermorpho.h.
Referenced by filter(), getMinMaxHalfEdgeWindows(), and operator=().
|
private |
Definition at line 121 of file filtermorpho.h.
Referenced by filter(), and operator=().