issues
search
drprojects
/
point_geometric_features
Python wrapper around C++ utility to compute local geometric features of a point cloud
MIT License
56
stars
5
forks
source link
Windows compatibility
#3
Closed
rjanvier
closed
1 year ago
rjanvier
commented
1 year ago
Improve Windows compatibility by using PPL instead of OMP for // computations on this platform.
Fix compilation flag for Windows and clean them for Linux
Cleanup: use a more concise expression for ordering eigenvalues. Fix a few double/float implicit conversions.