MasteringOpenCV / code

Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012.
Other
2.72k stars 1.64k forks source link

fixed iterative LinearLSTriangulation #15

Closed MarcKe closed 9 years ago

MarcKe commented 10 years ago

I basically just moved the first 2 instructions of the loop outside of it. They were always resetting the newly calculated value to the initial values, so that the loop just stopped after the first iteration.

aledalgrande commented 10 years ago

Is this fix tested?