An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# DBSCAN

Notes from [DBSCAN](https://en.wikipedia.org/wiki/DBSCAN) exploration session:

[![thumbnail](./thumbnail.png)](https://www.youtube.com/watch?v=VMatzTGT8NI)

## Screenshots

![dbscan](./dbscan.png)

![image_segs](./image_segs.png)

## Quick Start

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