|
CoplanarPosit 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 CoplanarPosit(
Vector3[] model,
float focalLength
)
Public Sub New (
model As Vector3(),
focalLength As Single
)
Request Example
View SourceParameters
- model
- Type: Accord.MathVector3
Array of vectors containing coordinates of four real model's point. - focalLength
- Type: SystemSingle
Effective focal length of the camera used to capture the model.
Exceptions Exception | Condition |
---|
ArgumentException | The model must have 4 points. |
See Also