openMVS
openMVS copied to clipboard
open Multi-View Stereo reconstruction library
Currently it is impossible to compile openMVS with gcc 12 without the following fixes: - Add Common or IO to libraries to link against in some of the targets in...
First of all - **Thank you very much** for your work and all effort you have put in this project. I decided to switch from older version at commit (b6ecabe)...
```random_shuffle``` was removed in c++17 and you use c++17. ``` /usr/bin/c++ -DCGAL_USE_GMPXX=1 -D_LIB -D_USE_BOOST -D_USE_EIGEN -D_USE_FAST_CBRT -D_USE_FAST_FLOAT2INT -D_USE_NONFREE -D_USE_OPENGL -D_USE_OPENMP -D_USE_SSE -I/usr/local/include/eigen3 -I/disk-samsung/freebsd-ports/graphics/openmvs/work/openMVS-2.0.1 -I/disk-samsung/freebsd-ports/graphics/openmvs/work/.build -I/usr/local/include/vcglib -isystem /usr/local/include -isystem /usr/local/include/opencv4 -O2...
**Describe the bug I used 70 photos for reconstruction, and when I applied to Texturemesh of openmvs, there was a **### Floating point exception core dumped**. This doesn't happen when...
Through a lot of reading about those doc and issue. I wanna write a tutorial for fresh people. This is prepare for **linux server (means no desktop)** And I have...
**Describe the bug** I am guessing this is a known issue as the continuous integration for Mac also fails with v2.0 (It works fine with v1.1). It is the same...
Hi, I am looking if there is any way to get the corresponding 3d cordinates for a point in 2d image. i see that using depth file one can do....
hello, i use TextureMesh api base on my mesh and multi images and it throw an exception named that "invalid unordered_map key". and I don't know what's wrong. the codes...
I experiment Texture a lot using OpenMVS, the result is pretty good except a small problem,when the mesh is dense and doesn't have enough images( or views ), there are...