Click or drag to resize
Accord.NET (logo)

DiscreteCurveEvolution Constructor (Int32)

Initializes a new instance of the DiscreteCurveEvolution class.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public DiscreteCurveEvolution(
	int vertices
)
Request Example View Source

Parameters

vertices
Type: SystemInt32
Number of vertices.
See Also