Class RidgeDetection.RidgeDetectionConfiguration
Inheritance
RidgeDetection.RidgeDetectionConfiguration
Assembly: AudioAnalysisTools.dll
public class RidgeDetectionConfiguration
Properties
|
Improve this Doc
View Source
Declaration
public int FilterRidgeMatrixLength { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int MinimumNumberInRidgeInMatrix { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double RidgeDetectionmMagnitudeThreshold { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets dimension of NxN matrix to use for ridge detection, must be odd number.
Declaration
public int RidgeMatrixLength { get; set; }
Property Value
Extension Methods