I want to run the first one which is portable. So I copied the DBSCAN.hpp file into a header-File of my project and included the header file in my main file. This works fine. Now I can use the namespace clustering .
But I don't know the next step. How can I get my 2D points into the algorithm?
I tried something with clustering::DBSCAN<Eigen::Vector2f, Eigen::MatrixXf> test; but I receive the error