Method | Description | |
---|---|---|
EstimatePose ( Point points, AForge.Math.Matrix3x3 &rotation, Vector3 &translation ) : void |
Estimate pose of a model from it's projected 2D coordinates.
|
|
Posit ( Vector3 model, float focalLength ) : System |
Initializes a new instance of the Posit class.
|
public EstimatePose ( Point points, AForge.Math.Matrix3x3 &rotation, Vector3 &translation ) : void | ||
points | Point | 4 2D points of the |
rotation | AForge.Math.Matrix3x3 | Gets object's rotation. |
translation | Vector3 | Gets object's translation. |
return | void |
public Posit ( Vector3 model, float focalLength ) : System | ||
model | Vector3 | Array of vectors containing coordinates of four real model's point (points /// must not be on the same plane). |
focalLength | float | Effective focal length of the camera used to capture the model. |
return | System |