Skip to content

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

License

Notifications You must be signed in to change notification settings

slamcn/dbscan_line

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.0%
  • CMake 4.0%