#include <FrameDescriptors.hxx>
Public Member Functions | |
| FrameDescriptors () | |
| FrameDescriptors (const FrameDescriptors &prototype, const bool shareData=false, const bool deep=true) | |
| __COMMON_DYNAMIC_TYPE (FrameDescriptors, 10) | |
| __COMMON_DYN_ATTRIBUTE (0, public, SpectralDescriptors, SpectrumD) protected | |
| Spectrum analyzed from the Audio input. | |
| bool | LoadSpectrumD (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (1, public, SpectralPeakDescriptors, SpectralPeakD) protected | |
| Vector of peaks in spectral analysis. | |
| bool | LoadSpectralPeakD (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (2, public, SpectralDescriptors, ResidualSpecD) protected | |
| Residual spectrum of the Audio. | |
| bool | LoadResidualSpecD (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (3, public, SpectralDescriptors, SinusoidalSpecD) protected | |
| Sinusoidal spectrum of the Audio. | |
| bool | LoadSinusoidalSpecD (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (4, public, AudioDescriptors, AudioFrameD) protected | |
| Audio chunk we want to analyze. | |
| bool | LoadAudioFrameD (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (5, public, AudioDescriptors, SinusoidalAudioFrameD) protected | |
| Sinusoidal synthesized Audio. | |
| bool | LoadSinusoidalAudioFrameD (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (6, public, AudioDescriptors, ResidualAudioFrameD) protected | |
| Residual synthesized Audio. | |
| bool | LoadResidualAudioFrameD (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (7, public, AudioDescriptors, SynthAudioFrameD) protected | |
| Global synthesized Audio. | |
| bool | LoadSynthAudioFrameD (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (8, public, MorphologicalFrameDescriptors, MorphologicalFrameD) protected | |
| Morphological descriptors. | |
| bool | LoadMorphologicalFrameD (CLAM::Storage &s) |
| __COMMON_DYN_ATTRIBUTE (9, public, TTime, CenterTime) protected | |
| Frame Center Time is some times interesting to also have it in descriptors. | |
| bool | LoadCenterTime (CLAM::Storage &s) |
| FrameDescriptors (Frame *pFrame) | |
| FrameDescriptors (TData initVal) | |
| const Frame * | GetpFrame () const |
| void | SetpFrame (const Frame *pFrame) |
| void | Compute () |
| void | ConcreteCompute () |
| TData | GetFundamental () |
Definition at line 43 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::FrameDescriptors | ( | ) | [inline] |
Definition at line 46 of file FrameDescriptors.hxx.
Referenced by FrameDescriptors().
| CLAM::FrameDescriptors::FrameDescriptors | ( | const FrameDescriptors & | prototype, | |
| const bool | shareData = false, |
|||
| const bool | deep = true | |||
| ) | [inline] |
Definition at line 46 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::FrameDescriptors | ( | Frame * | pFrame | ) |
Definition at line 29 of file FrameDescriptors.cxx.
References FrameDescriptors().
| CLAM::FrameDescriptors::FrameDescriptors | ( | TData | initVal | ) |
Definition at line 35 of file FrameDescriptors.cxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 9 | , | |
| public | , | |||
| TTime | , | |||
| CenterTime | ||||
| ) | [inline] |
Frame Center Time is some times interesting to also have it in descriptors.
Definition at line 71 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 8 | , | |
| public | , | |||
| MorphologicalFrameDescriptors | , | |||
| MorphologicalFrameD | ||||
| ) | [inline] |
Morphological descriptors.
Definition at line 68 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 7 | , | |
| public | , | |||
| AudioDescriptors | , | |||
| SynthAudioFrameD | ||||
| ) | [inline] |
Global synthesized Audio.
Definition at line 64 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 6 | , | |
| public | , | |||
| AudioDescriptors | , | |||
| ResidualAudioFrameD | ||||
| ) | [inline] |
Residual synthesized Audio.
Definition at line 62 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 5 | , | |
| public | , | |||
| AudioDescriptors | , | |||
| SinusoidalAudioFrameD | ||||
| ) | [inline] |
Sinusoidal synthesized Audio.
Definition at line 60 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
| public | , | |||
| AudioDescriptors | , | |||
| AudioFrameD | ||||
| ) | [inline] |
Audio chunk we want to analyze.
Definition at line 58 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
| public | , | |||
| SpectralDescriptors | , | |||
| SinusoidalSpecD | ||||
| ) | [inline] |
Sinusoidal spectrum of the Audio.
Definition at line 54 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
| public | , | |||
| SpectralDescriptors | , | |||
| ResidualSpecD | ||||
| ) | [inline] |
Residual spectrum of the Audio.
Definition at line 52 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
| public | , | |||
| SpectralPeakDescriptors | , | |||
| SpectralPeakD | ||||
| ) | [inline] |
Vector of peaks in spectral analysis.
Definition at line 50 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
| public | , | |||
| SpectralDescriptors | , | |||
| SpectrumD | ||||
| ) | [inline] |
Spectrum analyzed from the Audio input.
Definition at line 48 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::__COMMON_DYNAMIC_TYPE | ( | FrameDescriptors | , | |
| 10 | ||||
| ) |
| void CLAM::FrameDescriptors::Compute | ( | ) | [virtual] |
Reimplemented from CLAM::DescriptorTmpl< abs >.
Definition at line 102 of file FrameDescriptors.cxx.
| void CLAM::FrameDescriptors::ConcreteCompute | ( | ) | [virtual] |
Implements CLAM::DescriptorTmpl< abs >.
Definition at line 110 of file FrameDescriptors.cxx.
| TData CLAM::FrameDescriptors::GetFundamental | ( | ) | [inline] |
Definition at line 83 of file FrameDescriptors.hxx.
| const Frame * CLAM::FrameDescriptors::GetpFrame | ( | ) | const |
Definition at line 58 of file FrameDescriptors.cxx.
| bool CLAM::FrameDescriptors::LoadAudioFrameD | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 58 of file FrameDescriptors.hxx.
| bool CLAM::FrameDescriptors::LoadCenterTime | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 71 of file FrameDescriptors.hxx.
| bool CLAM::FrameDescriptors::LoadMorphologicalFrameD | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 68 of file FrameDescriptors.hxx.
| bool CLAM::FrameDescriptors::LoadResidualAudioFrameD | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 62 of file FrameDescriptors.hxx.
| bool CLAM::FrameDescriptors::LoadResidualSpecD | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 52 of file FrameDescriptors.hxx.
| bool CLAM::FrameDescriptors::LoadSinusoidalAudioFrameD | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 60 of file FrameDescriptors.hxx.
| bool CLAM::FrameDescriptors::LoadSinusoidalSpecD | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 54 of file FrameDescriptors.hxx.
| bool CLAM::FrameDescriptors::LoadSpectralPeakD | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 50 of file FrameDescriptors.hxx.
| bool CLAM::FrameDescriptors::LoadSpectrumD | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 48 of file FrameDescriptors.hxx.
| bool CLAM::FrameDescriptors::LoadSynthAudioFrameD | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 64 of file FrameDescriptors.hxx.
| void CLAM::FrameDescriptors::SetpFrame | ( | const Frame * | pFrame | ) |
Definition at line 62 of file FrameDescriptors.cxx.
1.6.3