Skip to content

lejeunel/SLICsupervoxels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SLIC supervoxel

Python/C++ implementation of the SLIC supervoxel method.

This package is a port of a MATLAB/mex implementation by Radhakrishna Achanta available here.

Prerequisites

This software requires the Boost library to wrap C++ code for use in Python.

sudo apt-get install libboost-all-dev

Installing

From the project's root, install the Python package with:

mkdir build
cd build
cmake ..
make
python3 src/setup.py install

Getting started

The provided file demo.py indicates the typical steps to generate supervoxels from Python.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published