The VTK Journal logo

The VTK Journal

Home

Graph Cuts Based Super Pixel Segmentation for VTK

Doria, David
Rensselaer Polytechnic Institute
Publication cover image

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3157
New: Prefer using the following doi: https://doi.org/10.54294/9crlic
Published in The VTK Journal - 2010 January - December Submissions.
Submitted by David Doria on 2010-03-16 16:13:59.

Segmenting images into "super pixels" is lately a very hot topic. One implementation of such a technique is by Felzenszwalb and Huttenlocher. We propose a new class, vtkSuperPixelSegmentation, which has wrapped Felzenszwalb's code (with permission) to provide this functionality in the VTK framework. The latest version includes an ITK filter as well as the original VTK filter. A GUI is also now available to interactively set the filter parameters and see the resulting segments. The code is available here: https://github.com/daviddoria/SuperPixelSegmentation.