Click or drag to resize
Accord.NET (logo)

KCurvature Constructor

Initializes a new instance of the KCurvature class.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public KCurvature(
	int k,
	DoubleRange theta
)
Request Example View Source

Parameters

k
Type: SystemInt32
The number K of previous and posterior points to consider when find local extremum points.
theta
Type: AccordDoubleRange
The theta angle range (in degrees) used to define extremum points..
See Also