C# Class SoundFingerprinting.Wavelets.HaarWaveletDecomposition

Inheritance: IWaveletDecomposition
Show file Open project: AddictedCS/soundfingerprinting

Public Methods

Method Description
DecomposeImageInPlace ( float image ) : void
DecomposeImagesInPlace ( IEnumerable logarithmizedSpectrum ) : void

Protected Methods

Method Description
DecompositionStep ( float array, int h ) : void

Method Details

DecomposeImageInPlace() public abstract method

public abstract DecomposeImageInPlace ( float image ) : void
image float
return void

DecomposeImagesInPlace() public method

public DecomposeImagesInPlace ( IEnumerable logarithmizedSpectrum ) : void
logarithmizedSpectrum IEnumerable
return void

DecompositionStep() protected method

protected DecompositionStep ( float array, int h ) : void
array float
h int
return void