Skip to content

zach-pei/VSSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSSS

The source code of Vine Spread for Superpixel Segmentation (https://ieeexplore.ieee.org/document/10015675)

example

Get Started

First, make a new directory to build the whole project.

And make sure you are in the VSSS project root directory.

mkdir build
cd build
cmake ..
make

Then the executable file will be in the ./bin directory.

Finally, run the command below to segment superpixel.

./bin/main --input ./pic/ --num_sp 1000 --output ./out --output_sp --output_label --alpha 0.005 --lambda 20 --beta 30 --tau 7

About

The source code of Vine spread for Superpixel Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published