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 126 of file filtermorpho.h.
FilterMorphoMinMax::FilterMorphoMinMax | ( | std::size_t | half_window_size | ) |
Definition at line 206 of file filtermorpho.cpp.
References m_filterMax, and m_filterMin.
Referenced by FilterMorphoMinMax(), and operator=().
FilterMorphoMinMax::FilterMorphoMinMax | ( | const FilterMorphoMinMax & | other | ) |
Definition at line 210 of file filtermorpho.cpp.
References FilterMorphoMinMax(), m_filterMax, and m_filterMin.
|
inlinevirtual |
Definition at line 132 of file filtermorpho.h.
Implements pappso::FilterInterface.
Definition at line 225 of file filtermorpho.cpp.
References m_filterMax, and m_filterMin.
std::size_t FilterMorphoMinMax::getMinMaxHalfEdgeWindows | ( | ) | const |
Definition at line 234 of file filtermorpho.cpp.
References m_filterMax.
Referenced by pappso::FilterMorphoBackground::FilterMorphoBackground(), and pappso::FilterMorphoBackground::operator=().
FilterMorphoMinMax & FilterMorphoMinMax::operator= | ( | const FilterMorphoMinMax & | other | ) |
Definition at line 216 of file filtermorpho.cpp.
References FilterMorphoMinMax(), m_filterMax, and m_filterMin.
|
private |
Definition at line 140 of file filtermorpho.h.
Referenced by FilterMorphoMinMax(), FilterMorphoMinMax(), filter(), getMinMaxHalfEdgeWindows(), and operator=().
|
private |
Definition at line 141 of file filtermorpho.h.
Referenced by FilterMorphoMinMax(), FilterMorphoMinMax(), filter(), and operator=().