AIBluefisher / DAGSfM

Distributed and Graph-based Structure from Motion. This project includes the official implementation of our Pattern Recognition 2020 paper: Graph-Based Parallel Large Scale Structure from Motion.
https://aibluefisher.github.io/GraphSfM/
BSD 3-Clause "New" or "Revised" License
395 stars 84 forks source link

Fix unnecessary copy and potentially bug prone transposes #46

Closed Yzhbuaa closed 3 years ago

AIBluefisher commented 3 years ago

The code looks great and also the unit test. Thanks!