#include <ngcbMEDIAN.hpp>
|
| ngcbMEDIAN & | operator= (const ngcbMEDIAN &other) |
| | Operator =.
|
| |
| | ngcbMEDIAN (const ngcbMEDIAN &other) |
| | Copy constructor.
|
| |
| | ngcbMEDIAN (int size=3) |
| | Constructor specifying the filter window size.
|
| |
| virtual | ~ngcbMEDIAN () |
| | Destructor.
|
| |
| int | Size () |
| |
| int | Num () |
| | Return number of current elements in the filter.
|
| |
| int | Filled () |
| | Filter is filled.
|
| |
| void | Clear () |
| | Clear filter.
|
| |
| void | Save (double value) |
| | Save initialization value.
|
| |
| double | Value () |
| | Return actual filter value.
|
| |
| void | Add (double value) |
| | Add a new value to the filter series.
|
| |
| double | Process (double value) |
| | Add a new value to the filter series and return the filtered value.
|
| |
| void | Dump (FILE *fd) |
| | Print filter window values to stream.
|
| |
|
| int | prefill |
| | Fill filter window before updating result.
|
| |
◆ ngcbMEDIAN() [1/2]
| ngcbMEDIAN::ngcbMEDIAN |
( |
const ngcbMEDIAN & | other | ) |
|
◆ ngcbMEDIAN() [2/2]
| ngcbMEDIAN::ngcbMEDIAN |
( |
int | size = 3 | ) |
|
|
explicit |
Constructor specifying the filter window size.
◆ ~ngcbMEDIAN()
| ngcbMEDIAN::~ngcbMEDIAN |
( |
| ) |
|
|
virtual |
◆ Add()
| void ngcbMEDIAN::Add |
( |
double | value | ) |
|
Add a new value to the filter series.
◆ Clear()
| void ngcbMEDIAN::Clear |
( |
| ) |
|
◆ Dump()
| void ngcbMEDIAN::Dump |
( |
FILE * | fd | ) |
|
Print filter window values to stream.
◆ Filled()
| int ngcbMEDIAN::Filled |
( |
| ) |
|
◆ Num()
Return number of current elements in the filter.
◆ operator=()
◆ Process()
| double ngcbMEDIAN::Process |
( |
double | value | ) |
|
Add a new value to the filter series and return the filtered value.
◆ Save()
| void ngcbMEDIAN::Save |
( |
double | value | ) |
|
Save initialization value.
◆ Size()
Return the actual median filter window size. A zero value indicates an allocation error.
◆ Value()
| double ngcbMEDIAN::Value |
( |
| ) |
|
Return actual filter value.
◆ prefill
Fill filter window before updating result.
The documentation for this class was generated from the following files: