normals_Hough icon indicating copy to clipboard operation
normals_Hough copied to clipboard

Results 4 normals_Hough issues
Sort by recently updated
recently updated
newest added

The Python wrapper does not compile under Windows. [In this fork](https://github.com/kad-vliegr/normals_Hough/commits/fix-windows-build) I added some quick and dirty fixes you could maybe use. The issues I encountered: - `setup.py` does not...

Hello, Thanks for the code. I had some issues during installation, and want to put it here in case others have similar issues. I tried to install on Ubuntu 18...

when compiling on ubuntu 16.04, the test_cpp fails with ........../normals_Hough/test_cpp/../third_party_includes/nanoflann.hpp:1823:16: error: âlog2â is not a member of âstdâ treeCount = std::log2(maximumPointCount); ------------------------------------------------------------------------- the nanoflann.hpp treeCount = std::log2(maximumPointCount); is incompatible with...

Hello, Thanks for sharing the source code. I am now comparing different normal estimation methods. But would you mind to refine the README for running example of "Fast and Robust...