#include <ImFusion/Vision/HandEyeCalibrationAlgorithm.h>
Interface for calibration optimizers.
More...
Interface for calibration optimizers.
|
|
void | setInput (const std::vector< mat4 > &Hc, const std::vector< mat4 > &Hg, const mat4 &Hcg0, const mat4 &Hreg0, const std::set< int > &views) |
| | Set input matrices for the calibration optimizer.
|
| |
| virtual void | optimize (mat4 &Hcg, mat4 &Hreg) |
| | Optimization method which needs to be override.
|
| |
◆ optimize()
| virtual void optimize |
( |
mat4 & | Hcg, |
|
|
mat4 & | Hreg ) |
|
virtual |
Optimization method which needs to be override.
- Parameters
-
| Hcg | Current estimate of moving to hand transformation |
| Hreg | Current estimate of fixed to base transformation |
The documentation for this class was generated from the following file:
- ImFusion/Vision/HandEyeCalibrationAlgorithm.h