C# Class SoundFingerprinting.Wavelets.HaarWaveletDecomposition

Inheritance: IWaveletDecomposition
Afficher le fichier Open project: AddictedCS/soundfingerprinting

Méthodes publiques

Méthode Description
DecomposeImageInPlace ( float image ) : void
DecomposeImagesInPlace ( IEnumerable logarithmizedSpectrum ) : void

Méthodes protégées

Méthode Description
DecompositionStep ( float array, int h ) : void

Method Details

DecomposeImageInPlace() public abstract méthode

public abstract DecomposeImageInPlace ( float image ) : void
image float
Résultat void

DecomposeImagesInPlace() public méthode

public DecomposeImagesInPlace ( IEnumerable logarithmizedSpectrum ) : void
logarithmizedSpectrum IEnumerable
Résultat void

DecompositionStep() protected méthode

protected DecompositionStep ( float array, int h ) : void
array float
h int
Résultat void