#include <SubtractMean.h>
Inherits Marsyas::MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| Implementation of the MarSystem::clone() method. | |
| void | myProcess (realvec &in, realvec &out) |
| Implementation of the MarSystem::myProcess method. | |
| SubtractMean (const SubtractMean &a) | |
| SubtractMean copy constructor. | |
| SubtractMean (std::string name) | |
| SubtractMean constructor. | |
| ~SubtractMean () | |
| SubtractMean destructor. | |
Private Member Functions | |
| void | myUpdate (MarControlPtr sender) |
| Reads changed controls and sets up variables if necessary. | |
Simple MarSystem that subtracts the mean (per slice) of each observation channel.
This MarSystem has no extra controls.
Definition at line 39 of file SubtractMean.h.
Implementation of the MarSystem::myProcess method.
Iterate over the observations and samples and do the processing.
Implements MarSystem.
Definition at line 54 of file SubtractMean.cpp.
| void myUpdate | ( | MarControlPtr | sender | ) | [private, virtual] |
Reads changed controls and sets up variables if necessary.
Use the default MarSystem setup with equal input/output stream format.
Reimplemented from MarSystem.
Definition at line 46 of file SubtractMean.cpp.
1.5.6