NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This structure contains the necessary information to create an instance of one of the following filters. More...
#include <filtering.hpp>
Public Types | |
enum | FilterType { FILTER_NONE , FILTER_WEIGHTED_LINEAR , FILTER_GAUSSIAN , FILTER_SAVITZKY_GOLAY } |
Public Member Functions | |
FilterSettings (FilterType _type=FILTER_NONE, size_t _row=1u, size_t _col=1u, double _alpha=NAN) | |
Public Attributes | |
FilterType | type |
size_t | row |
size_t | col |
double | alpha |
This structure contains the necessary information to create an instance of one of the following filters.
Definition at line 39 of file filtering.hpp.
Enumerator | |
---|---|
FILTER_NONE | |
FILTER_WEIGHTED_LINEAR | |
FILTER_GAUSSIAN | |
FILTER_SAVITZKY_GOLAY |
Definition at line 41 of file filtering.hpp.
|
inline |
Definition at line 54 of file filtering.hpp.
double NumeRe::FilterSettings::alpha |
Definition at line 52 of file filtering.hpp.
Referenced by NumeRe::createFilter(), and Memory::smooth().
size_t NumeRe::FilterSettings::col |
Definition at line 51 of file filtering.hpp.
Referenced by NumeRe::createFilter(), and Memory::smooth().
size_t NumeRe::FilterSettings::row |
Definition at line 50 of file filtering.hpp.
Referenced by NumeRe::createFilter(), and Memory::smooth().
FilterType NumeRe::FilterSettings::type |
Definition at line 49 of file filtering.hpp.
Referenced by NumeRe::createFilter().