Robotics StackExchange | Archived questions

Kmeans c++ implementation.

I trying to implement Kmeans algorithm in C++,if someone can help me I would be very grateful.Is there a library for Kmeans in c++?I'm using Kmeans along with RANSAC algorithm to detect obstacles in interior spaces.

Asked by ANY on 2015-06-29 09:59:43 UTC

Comments

Answers

If you are talking about RANSAC on a point cloud you can try Point Cloud Library. This library has all common algorithms for point cloud filtering and processing.

Asked by Arowana on 2015-07-02 03:43:24 UTC

Comments