Hi!
At first, sorry for my english, I'm a student from Spain. Until this moment, I was working with PCL libs for a project. I stract the geometric and color parameters and I save in a vector. In this moment, I need to use a k-means cluster before create some gaussians. I searched a library for C++ which k-means function and I found this library. I install that in my Ubuntu but I don't find a tutorial with the use. Could anyone show me and example, please?
Sorry for my english again. Thanks all!


Hello,
Everything is in the object.
You can compile an example (GUI of a k-means of 2D randomly generated samples) and access to the code:
It's in your mrpt directory : /samples/kmeans/test.cpp
A.