Skip to content

An improved real-time superpixel segment algorithm ollowing Shen Jinabing's work "Real-Time Superpixel Segmentation by DBSCAN Clustering Algorithm"

Notifications You must be signed in to change notification settings

BIgRunner/DBscanSupP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a superpixel segmentation method based on DBSCAN, this project is realized according to work "Real-Time Superpixel Segmentation by DBSCAN Clustering Algorithm".

Usage

Compile

mkdir build && cd build cmake .. make

Example

./bin/testDBscan ./data/dog

Note

There are some isolated pixels in image, so there is some bug to deal with to ensure coonection.

About

An improved real-time superpixel segment algorithm ollowing Shen Jinabing's work "Real-Time Superpixel Segmentation by DBSCAN Clustering Algorithm"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published