mvs-texturing icon indicating copy to clipboard operation
mvs-texturing copied to clipboard

Algorithm to texture 3D reconstructions from multi-view stereo images

Results 68 mvs-texturing issues
Sort by recently updated
recently updated
newest added

With the versions from https://github.com/nmoehrle/mvs-texturing/issues/120#issuecomment-541404178, I sometimes (nondeterministically, see also #124) get segfault, and `valgrind` reports `Invalid read of size 4`: ``` # OMP_THREAD_LIMIT=1 valgrind bin/texrecon scene/::undistorted ~/small2.ply ~/texrecon-out-small-new2/outprefix --keep_unseen_faces...

Mapmap dependency changed in the master recently and does not compile. The tag in `elibs/CMakeLists.txt` could be pointed not to the `master` but to a tag (e.g. `v1.5`).

Hi, I'm using ODM and after some map generation, there is an issue with the final products. On the final image - orthomosaic - there are lines like that: ![problem1](https://user-images.githubusercontent.com/6621479/33405882-44f92a96-d551-11e7-9636-89ac002cfa6f.PNG)...

Hello! I found a very strange question! I only add **#include ** in texrecon.cpp, and I haven't used any functions about opencv yet. It would influence the result of **solver.optimize(solution,...

Hi guys! I've compiled mvs-texturing under Windows 10 using CMake. Now, I have the .sln project for Visual Studio 2017, but when I try to compile I get the errors...

Hello , I'm wondering if I could input the mesh built by kinfu and the images to output a better textured mesh like you displayed result. If so, what should...

I'm following along the instructions as found on the TexRecon [project page](https://www.gcc.tu-darmstadt.de/home/proj/texrecon/) but when I try to apply the textures using texrecon the process keeps getting killed. Here is part...

Excellent contribution! The first thing I expect to find in the settings struct (in the app) is the lambda parameter for the optimization. This would be the lambda weighting the...

Trying to build from sources on latest ArchLinux using mve-git PKGBUILD from AUR. Gives me this error: ``` [ 93%] Building CXX object libs/tex/CMakeFiles/tex.dir/view_selection.cpp.o In file included from /tmp/yaourt-tmp-harvie/aur-mve-git/src/mvs-texturing/elibs/mapmap/mapmap/header/vector_math.h:354:0, from...

Hi, with last version of mvs-texturing I'm having core dump running texrecon. Load and prepare mesh: PLY Loader: comment PCL generated Reading PLY: 100022 verts... 199882 faces... done. Generating texture...