HKUST-Aerial-Robotics / DenseSurfelMapping

This is the open-source version of ICRA 2019 submission "Real-time Scalable Dense Surfel Mapping"
681 stars 140 forks source link

Using SGM #40

Closed RamadanAhmed closed 3 years ago

RamadanAhmed commented 3 years ago

Hi, Thanks for the project, I want to ask if I can use sgm from https://github.com/fixstars/libSGM to calculate disparity maps or there is certain methods that should be used

WANG-KX commented 3 years ago

hi, sorry for the late reply. Any depth estimation method can be used for map fusion. The better the depth, the better the map you can get. Regarding SGM, I'm not sure how good this "libsgm" is. If the disparity you get is discrete, I don't think the quality can be good.

RamadanAhmed commented 3 years ago

Thanks for answering, I didn't try it yet, but I was asking if there are any constraints/methods that should be applied before using other depth estimation techniques