Home

Awesome

Adaptive Superpixels

Copyright 2012-2014 by David Weikersdorfer

Adaptive Superpixels is a collection of superpixel algorithms for non-constant density functions.

Algorithms:

Examples

Adaptive Superpixels

Adaptive Superpixels (left: color image, middle: user defined density function, right: ASP superpixels)

Depth-Adaptive Superpixels

Depth-Adaptive Superpixels (left: color image, middle: depth image from Kinect, right: DASP superpixels)

Installation

asp was tested under Ubuntu 14.04.

asp uses C++11 and requires an up to date compiler like GCC 4.8.x.

Requirements

Installation instructions (Linux)

  1. git clone git://github.com/Danvil/asp.git
  2. cd asp; mkdir build; cd build
  3. cmake-gui ..
  4. Press 'Configure', select 'Unix Makefiles' and press 'Finish'. Change CMAKE_BUILD_TYPE to Release! Adapt the other variables accordingly. Press 'Generate' and close the cmake gui.
  5. make

Things to try

Scientific publications

David Weikersdorfer, Efficiency by Sparsity: Depth-Adaptive Superpixels and Event-based SLAM (pdf). Technische Universität München, 2014.

David Weikersdorfer, David Gossow, Michael Beetz, Depth-Adaptive Superpixels (pdf). 21-st International Conference on Patter Recognition (ICPR), 2012.

I want to contribute

Contact me on GitHub

License

asp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

asp is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with asp. If not, see www.gnu.org/licenses.