jakobwilm / slstudio

SLStudio -- Real Time Structured Light. A comprehensive software suite for capturing and reconstructing 3D scenes with a camera-projector pair.
Other
527 stars 194 forks source link

State of Triangulator::triangulateFromUpVp #4

Closed jnodev closed 8 years ago

jnodev commented 8 years ago

Hi,

I've been tinkering around with SLstudio and I noticed the warning that the method used for triangulation when horizontal and vertical are activated is incomplete. Could you indicate the state of the method, e.g. is it somewhat working, what exactly is missing and may be provide a link to something describing the algorithm you wanted to implement?

Thanks for sharing your awesome work! Cheers, jan0e

jakobwilm commented 8 years ago

Hi jan0e, it should be working actually. It is essentially just a call to OpenCVs triangulatePoints, which triangulates based four constraints. Please note that there is usually not much gained in doing this due to the epipolar geometry. Regards, Jakob