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.
Linux | macOS | Windows |
---|---|---|
This ITK module provides an implimentation of the Simple Linear Iterative Clustering (SLIC) superpixel segmentation algorithm.
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.
This software is distributed under the Apache License. Please see LICENSE for details.
Bradley Lowekamp