Open antithing opened 9 months ago
Hi! For creating dense cloud you have to use multi view stereo. It would estimate depth for each point on image. It is not implemented here, but there are several open-source implementations, like this one https://github.com/cdcseacave/openMVS
Okay understood. thanks!
One more question, does this repo have global optimization as well as incremental?
Yes, the optimization(bundle adjustment) is happening here: https://github.com/smileyenot983/reconstructor/blob/main/Mapper/libMapper/SequentialReconstructor.cpp#L1065
Hi, and thanks for making this code available!
Do you have any tips on how to create a dense cloud from the resulting sparse points?
Thanks!