VL.DBSCAN

2d dbscan algorithm for VL


VL.DBSCAN allows to use a 2D DBSCAN algorithm in VL. It allows you to identify and track point clusters in a 2D pointcloud.

This plugin simply wraps Stuart Turner’s DBSCAN .NET library and provides a few nodes to easily integrate DBSCAN in your projects.

To install the plugin, go to VL’s command line and type

nuget install VL.DBSCAN

This plugin is one of the building blocks of the LIDAR App.

For more information, head over to the plugin’s repo.