https://github.com/tsoding/skibidi-scan
Notes from DBSCAN exploration session
https://github.com/tsoding/skibidi-scan
Last synced: about 2 months ago
JSON representation
Notes from DBSCAN exploration session
- Host: GitHub
- URL: https://github.com/tsoding/skibidi-scan
- Owner: tsoding
- License: mit
- Created: 2026-01-24T20:13:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-24T20:36:24.000Z (6 months ago)
- Last Synced: 2026-01-25T08:53:38.064Z (6 months ago)
- Language: C
- Size: 1.75 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DBSCAN
Notes from [DBSCAN](https://en.wikipedia.org/wiki/DBSCAN) exploration session:
[](https://www.youtube.com/watch?v=VMatzTGT8NI)
## Screenshots


## Quick Start
```console
$ cc -o nob nob.c
$ ./nob
$ ./build/dbscan
$ ./build/image_segs
```