Mr-Question
Mr-Question
Added CMake variables DYNALO_INSTALL_API and DYNALO_BUILD_TEST to enable/disable usage of test app and installation of auxiliary files.
Instead of copying of dynalo headers to target project, there is an option when it could be included directly via CMakeLists.txt. However, dynalo installs both test app (shared library), headers...
Addition of dynalo to target project causes CMake error on Linux: The CMake use case, version 3.16.2: add_subdirectory (dynalo) Result: CMake Error: Error required internal CMake variable not set, cmake...
Hello Pierre, I continue to experiment with your algorithm. Now I'm trying to run it on some real data. I have attached file with points. When I read it, I...