ManWithABike / OPTICS-Clustering

An algorithm for finding density-based clusters in spatial data.
https://en.wikipedia.org/wiki/OPTICS_algorithm
MIT License
21 stars 10 forks source link

Does not compile under MSVC2017 since 17755c784840e75a5a4cc26d5f62b83c85d12350. #4

Closed grefab closed 7 years ago

grefab commented 7 years ago

radius_search (in particular this) produces an error in MSVC2017. Seems like MS's implementation of std::upper_bound and std::lower_bound is not able to work with std::pair as comparison element.

Please find the complete error messages here.

ManWithABike commented 7 years ago

Fixed by replacing radius search with nanoflann. Commit