cdcseacave / openMVS

open Multi-View Stereo reconstruction library
http://cdcseacave.github.io
GNU Affero General Public License v3.0
3.31k stars 907 forks source link

How to transform my own depthmap format to openMVS format? #583

Open chaytonmin opened 4 years ago

chaytonmin commented 4 years ago

Specifications like the version of the project, operating system, and hardware

Steps to reproduce the problem

I have the camera, rotation, translation matrices, depth, normal, confidence maps, how can I transform them to the dmap format used in openMVS?

cdcseacave commented 4 years ago

Please see https://github.com/cdcseacave/openMVS/wiki/Usage

SSground commented 3 years ago

@chaytonmin Did you solve this problem?