Click or drag to resize
Accord.NET (logo)

Posit Constructor

Initializes a new instance of the Posit class.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Posit(
	Vector3[] model,
	float focalLength
)
Request Example View Source

Parameters

model
Type: Accord.MathVector3
Array of vectors containing coordinates of four real model's point (points must not be on the same plane).
focalLength
Type: SystemSingle
Effective focal length of the camera used to capture the model.
Exceptions
ExceptionCondition
ArgumentExceptionThe model must have 4 points.
See Also