Marsyas
0.6.0-alpha
|
'Box-cutting' routine to generate dense features More...
#include <AimBoxes.h>
Inherits MarSystem.
Public Member Functions | |
void | addControls () |
AimBoxes (std::string name) | |
AimBoxes (const AimBoxes &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~AimBoxes () |
'Box-cutting' routine to generate dense features
Author : Thomas Walters <tom@acousticscale.org>
Ported to Marsyas by Steven Ness <sness@sness.net>
The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/
Definition at line 46 of file AimBoxes.h.
AimBoxes | ( | std::string | name | ) |
Definition at line 28 of file AimBoxes.cpp.
Definition at line 41 of file AimBoxes.cpp.
~AimBoxes | ( | ) |
Definition at line 56 of file AimBoxes.cpp.
void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 67 of file AimBoxes.cpp.
Implements MarSystem.
Definition at line 61 of file AimBoxes.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 169 of file AimBoxes.cpp.