Closed ClementPinard closed 4 years ago
Thanks for your insight ! I hopefully adressed all your comments.
Also, I forget to talk about it in the commit comments but I suppressed some warning regarding signed and unsigned comparison. This cleans the building console and eases debugging, but maybe it could be considered as information retention, so I can supress the corresponding files in the CMakeLists.txt if needed.
Thanks! Suppressing that warning seems fine to me.
Hi,
as discussed by mails, this is a PR that tries to update the code to work with Ubuntu 18
For now, no feature are added, I just made the following fixes :
std::
prefixes to make it build on ubuntu 16 and 18I also added a DockerFile to build from a blank ubuntu18
I have not added colmap's new camera models, as I have some troubles with the way camera distortion and undistortion are handled (I'll open a discussion in issues), but it will come shortly !