temporary triangulation using only first camera
parent
e376ad8cec
commit
711c3c0715
|
|
@ -251,6 +251,11 @@ public:
|
||||||
//TODO: Chris will replace this with something else for stereo
|
//TODO: Chris will replace this with something else for stereo
|
||||||
// point_ = triangulatePoint3<CALIBRATION>(cameras, this->measured_,
|
// point_ = triangulatePoint3<CALIBRATION>(cameras, this->measured_,
|
||||||
// rankTolerance_, enableEPI_);
|
// rankTolerance_, enableEPI_);
|
||||||
|
|
||||||
|
// FIXME: temporary: triangulation using only first camera
|
||||||
|
const StereoPoint2& z0 = this->measured_.at(0);
|
||||||
|
point_ = cameras[0].backproject(z0);
|
||||||
|
|
||||||
degenerate_ = false;
|
degenerate_ = false;
|
||||||
cheiralityException_ = false;
|
cheiralityException_ = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue