Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

blowekamp/itkSuperPixel

Repository files navigation

This repository is archived.

This filters from this module have been itegrated in the main ITK repository: https://github.com/InsightSoftwareConsortium/ITK/tree/master/Modules/Segmentation/SuperPixel

This repository contains the materials used to generate the Insigt Journal Paper.

itkSuperPixel

Linux macOS Windows
CircleCI TravisCI AppVeyor

This ITK module provides an implimentation of the Simple Linear Iterative Clustering (SLIC) superpixel segmentation algorithm.

Getting Started

This module should be cloned into the ITK reposiory as a subdirectory in the "Modules/External" directory.

The following is a brief list of instructions to get a external module into ITK:

cd ITK/Modules/External/ git clone https://github.com/blowekamp/itkSuperPixel.git

Then configure ITK as with cmake and set "Module_SuperPixel" to "ON" to enable this module. The external module will need to be manually updated from the git respository.

License

This software is distributed under the Apache License. Please see LICENSE for details.

Author

Bradley Lowekamp