blowekamp / itkSuperPixel

The filters from this module were integrated into ITK version 5. https://github.com/InsightSoftwareConsortium/ITK/tree/master/Modules/Segmentation/SuperPixel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The filters from this module were integrated into ITK version 5. https://github.com/InsightSoftwareConsortium/ITK/tree/master/Modules/Segmentation/SuperPixel

License:Apache License 2.0


Languages

Language:C++ 90.8%Language:CMake 5.1%Language:Python 3.3%Language:Shell 0.8%