Skip to content

lejeunel/SLICsupervoxels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea36574 · Aug 22, 2018

History

10 Commits
Aug 22, 2018
Apr 16, 2018
Aug 22, 2018

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