zengletian1491
zengletian1491
when I typed in the following two commands: **cd G2LTex/bin ./G2LTex ../Data/bloster/textureimages ../Data/bloster/bloster.ply** errors occurred as follows: **./G2LTex: error while loading shared libraries: libG2LTex.so.1: cannot open shared object file: No...
The code in line 484-487 of plyalign.cpp are listed in the following: PointCloudT::Ptr ref (new PointCloudT); ref->reserve(clouds[i]->points.size()); PointCloudT::Ptr dat (new PointCloudT); dat->reserve(clouds[i-1]->points.size()); However, I think "ref" and "dat" should exchange...
I'm new to OpenPano project. Suppose a camera obtains six images during its rotation (without any translation). Among these six images, the arbitrarily adjacent two images have overlapping areas. I...
When I ran the examples of TEASERPlusPlus, it worked very well. However, I used TEASERPlusPlus to calculate the rotation matrix and the translation matrix between two neighboring parts of an...
Following operations are performed on Ubuntu 16.04 LTS. Typing "./configure -DCMAKE_BUILD_TYPE=RELEASE", we find errors occur as follows: -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification...
The project uses reprojectImageTo3D() function provided by OpenCV to compute the 3-D coordinates of points. However, the 3-D coordinates of points are not the real world coordinates of the points,...
Dear Nicolas Ulrich, I find the the camara cannot take photos right after a gray code is projected on the object, that is, the camera does not match well with...
Dear Nicolas Ulrich, I ran this project after the following steps: 1) installing opencv4.1.1-1 and pcl1.9.1-10 with vcpkg on windows10-64bit system; 2) use cmake 3.16.4 and visual studio 2017 to...
This project is executed on ubuntu 16.04LTS and errors occur after "cmake .." -- Found Git: /usr/bin/git (found version "2.24.1") -- [MunkeiVersionFromGit] Version: 0.2.0 Git tag: [0.2.0] Git hash: [ged21873]...
Compile Zlib on windows 64. After the command "cmake -G"Visual Studio 14 2015 Win64" .." is typed in, errors occur as folllows: -- Selecting Windows SDK version to target Windows...