Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 255 Bytes

dbscan_line

A simple algorithm to clusterize 2D points into lines and then dense-objects.

In order to install the library in your system, please follow the following steps:

cd dbscan_line
mkdir build
cd build
cmake ..
make
sudo make install