#include <SpectralFlatnessAllBands.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. | |
| SpectralFlatnessAllBands (const SpectralFlatnessAllBands &a) | |
| SpectralFlatnessAllBands copy constructor. | |
| SpectralFlatnessAllBands (std::string name) | |
| SpectralFlatnessAllBands constructor. | |
| ~SpectralFlatnessAllBands () | |
| SpectralFlatnessAllBands destructor. | |
Private Member Functions | |
| void | addControls () |
| Add specific controls needed by this MarSystem. | |
| void | myUpdate (MarControlPtr sender) |
| Reads changed controls and sets up variables if necessary. | |
Similar to SFM, but that marsystem splits the observations into bands, whereas this one uses the whole range of observations to generate one number. It may be used to 'narrow in' on a specific range by putting a RemoveObservations marsystem before it.
Definition at line 39 of file SpectralFlatnessAllBands.h.
| SpectralFlatnessAllBands | ( | std::string | name | ) |
SpectralFlatnessAllBands constructor.
Add any specific controls needed by this MarSystem.
Definition at line 25 of file SpectralFlatnessAllBands.cpp.
References SpectralFlatnessAllBands::addControls().
Referenced by SpectralFlatnessAllBands::clone().
| 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 52 of file SpectralFlatnessAllBands.cpp.
References Marsyas::obsNamesAddPrefix().
1.5.6