Final final cleanup
parent
bba4b8731f
commit
1e6f1b757c
|
@ -158,7 +158,7 @@ Point3 triangulateDLT(
|
||||||
|
|
||||||
Point3 triangulateDLT(
|
Point3 triangulateDLT(
|
||||||
const std::vector<Matrix34, Eigen::aligned_allocator<Matrix34>>&
|
const std::vector<Matrix34, Eigen::aligned_allocator<Matrix34>>&
|
||||||
projection_matrices,
|
projection_matrices,
|
||||||
const std::vector<Unit3>& measurements, double rank_tol) {
|
const std::vector<Unit3>& measurements, double rank_tol) {
|
||||||
// contrary to previous triangulateDLT, this is now taking Unit3 inputs
|
// contrary to previous triangulateDLT, this is now taking Unit3 inputs
|
||||||
Vector4 v =
|
Vector4 v =
|
||||||
|
|
Loading…
Reference in New Issue