C# 클래스 AcoustID.Chromaprint.ChromaFilter

TODO: Update summary.
상속: IFeatureVectorConsumer
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
ChromaFilter ( double coefficients, IFeatureVectorConsumer consumer )
Consume ( double features ) : void
Reset ( ) : void

메소드 상세

ChromaFilter() 공개 메소드

public ChromaFilter ( double coefficients, IFeatureVectorConsumer consumer )
coefficients double
consumer IFeatureVectorConsumer

Consume() 공개 메소드

public Consume ( double features ) : void
features double
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void