OpenSfM icon indicating copy to clipboard operation
OpenSfM copied to clipboard

Disparity map???

Open YangJae96 opened this issue 5 years ago • 1 comments

HI, I am trying to put my own disparity map inside the OpenSFM dense.py. There is a PATCH BASED STEREO which OpenSFM uses in creating dense map.

But I can't find the code inside the depth-map computation method that uses disparity map. Does anyone know about this algorithm??

YangJae96 avatar May 06 '20 10:05 YangJae96

Hi @YangJae96 ,

You can find the dense depthmap computation here : https://github.com/mapillary/OpenSfM/blob/master/opensfm/src/dense/src/depthmap.cc

Yann

YanNoun avatar Mar 15 '21 10:03 YanNoun