hei ho ho,
I recently needed some DBSCAN algorithm in VL, so here’s viceroypenguin’s DBSCAN .NET lib in VL.
DBSCAN allows you to track clusters of points in a 2D pointcloud, see this GIF :
To install the package, go to VL’s command line and type
nuget install VL.DBSCAN
The CalculateClusters
node will be available in the 2D category.
There’s a small demo patch (using Skia) inside. Original repo is here.
Any suggestions/feedback welcome !
cheeeerz
seb