SkillAgentSearch skills...

VL.DBSCAN

DBSCAN algorithm for VL

Install / Use

/learn @sebescudie/VL.DBSCAN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 (<kbd>F1</kbd>) 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.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks3

Languages

C#

Security Score

60/100

Audited on Jan 23, 2025

No findings