| 
    libpappsomspp
    
   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 () | 
| FilterMorphoMaxMin & | operator= (const FilterMorphoMaxMin &other) | 
| Trace & | filter (Trace &data_points) const override | 
| std::size_t | getMaxMinHalfEdgeWindows () const | 
  Public Member Functions inherited from pappso::FilterInterface | |
| virtual | ~FilterInterface () | 
Private Attributes | |
| FilterMorphoMin | m_filterMin | 
| FilterMorphoMax | m_filterMax | 
transform the trace with the maximum of the minimum equivalent of the erode filter for pictures
Definition at line 147 of file filtermorpho.h.
| FilterMorphoMaxMin::FilterMorphoMaxMin | ( | std::size_t | half_window_size | ) | 
Definition at line 240 of file filtermorpho.cpp.
References m_filterMax, and m_filterMin.
Referenced by FilterMorphoMaxMin(), and operator=().
| FilterMorphoMaxMin::FilterMorphoMaxMin | ( | const FilterMorphoMaxMin & | other | ) | 
Definition at line 244 of file filtermorpho.cpp.
References FilterMorphoMaxMin(), m_filterMax, and m_filterMin.
      
  | 
  inlinevirtual | 
Definition at line 153 of file filtermorpho.h.
Implements pappso::FilterInterface.
Definition at line 259 of file filtermorpho.cpp.
References m_filterMax, and m_filterMin.
| std::size_t FilterMorphoMaxMin::getMaxMinHalfEdgeWindows | ( | ) | const | 
Definition at line 268 of file filtermorpho.cpp.
References m_filterMin.
| FilterMorphoMaxMin & FilterMorphoMaxMin::operator= | ( | const FilterMorphoMaxMin & | other | ) | 
Definition at line 250 of file filtermorpho.cpp.
References FilterMorphoMaxMin(), m_filterMax, and m_filterMin.
      
  | 
  private | 
Definition at line 162 of file filtermorpho.h.
Referenced by FilterMorphoMaxMin(), FilterMorphoMaxMin(), filter(), and operator=().
      
  | 
  private | 
Definition at line 161 of file filtermorpho.h.
Referenced by FilterMorphoMaxMin(), FilterMorphoMaxMin(), filter(), getMaxMinHalfEdgeWindows(), and operator=().