Functions | |
rets | ReconstructionHessianRank (type Qpos, type resultat) |
Compute the rank of Hessian used in reconstruction 3D. |
Email(s): Florence.Billet@inria.fr
Description:
Modifications:
Revision 1.1 2005/06/13 14:43:35 billet OpticalSensors files added
Revision 1.1 2005/06/03 16:25:54 billet Add Reconstruction Module
rets ReconstructionHessianRank | ( | type | Qpos, | |
type | resultat | |||
) |
Compute the rank of Hessian used in reconstruction 3D.
If resultat is set to: * (-1) then this function compute the min of the ranks founded for each sampling in Qpos; * (0) then this function compute the influence of each tag (the minima of the ranks) * (1) then this function compute the influence of tag doublets (the minima of the ranks when 2 tags are occulted).
Qpos | (float matrix, size NDOF x NSAMPLINGS) trajectory | |
resultat | (int) info on the result to obtain | |
L | (float vector, size = NL) Lengths of model |
HuMAnS |