Reinstall vcpkg at xps
- Just remove vcpkg directory.
Compile and Build Texture_extract at xps machine
- The files need change
-
- Copy
CMakeLists.txt
from TextureMesh
to TextureMesh_extract
, change TextureMesh
to TextureMesh_extract
at the same time
- Change
include
at TextureMesh_extract.cpp
and interfaceCamera.hpp
- Build with
x64
Same example after texture
- original
- HC-lap-smooth
- gussian
Detail
- xps result
- ucas machine result
- the blue mesh has gone
- code compare of
SceneTexture.cpp
- Left is the code from
liuchao
- Right is the newest from
OpenMVS.git