|
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
)
Public Sub New (
k As Integer,
theta As DoubleRange
)
Request Example
View SourceParameters
- 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