Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 732 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 732 Bytes

VL.DBSCAN

Nuget

A simple implementation of viceroypenguin's DBSCAN .NET lib in VVVV Gamma.

Usage

Go to gamma's quad menu/manage nugets/command-line and type

nuget install VL.DBSCAN

Open the help browser (F1) and look for DBSCAN, you'll find a simple help patch showing how to cluster points.

Notes

  • The plugin uses DBSCAN.Utils.dll which just implements IPointData (required by the original lib) and allows to use VL's Vector2. This part had to be done in Visual Studio since IPointData uses the ref keyword that's not available in VL.