zengletian1491
zengletian1491
> You need to tell your system where to locate the .so file. An easy way to solve the problem is "export LD_LIBRARY_PATH=/**where**/**you**/**install**/**lib**:$LD_LIBRARY_PATH". Thanks very much for your help! I...
The outputs of the reprojectImageTo3D() function are not the real coordinates of the point cloud, which makes it difficult to process the point cloud as we are willing to.
Complement: However, when I copied the Z3DcameraViewer.exe to the enviroment you provided in NEUVision-Windows-x64-v0.2.0-0-gb1c7aa9-build-352.zip on github (https://github.com/nikolaseu/neuvision/releases), the toolbar of Z3DcameraViewer.exe can be pulled down and selected., i.e., we can...
Solution: in the build/bin file folder, there are two file folders "Release" and "plugins". First, the "plugins" file folder should be copied to the "Release" file folder. Second, in the...
I use cmake first and then visual studio 2017 to build this project.
OK, thank you. Line 111 and line 145 in fileReader.cpp should also be changed.
Solution: 1、cmake .. -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_LIBRARY_PATH=/usr/lib/ 2、make 3、sudo make install
When I change “ if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)” to “ if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) ”, the compiling process works well ! Thanks very much!
> Dear Zengletian (sorry I don't know your first name), You will have to provide a MCE (minimally complete example code), eg, with simple random data, of the FINUFFT call...
> Never mind, I guess many vector interface does not work for you. your source nupts are different each transfer. Yes, just like this. Nonuniform points are different each transfer,...