CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

skeletonize

By Robert Haase translated original work by Ignacio Arganda-Carreras

Erodes a binary image until just its skeleton is left.

The result is similar to Skeletonize3D in Fiji.

Deprecated: Use SimpleITK binaryThinning() instead.

Categories: Filter, Binary

Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clijx_-0.32.0.1.jar.

Usage in ImageJ macro

Ext.CLIJx_skeletonize(Image source, Image destination);

License terms

Skeletonize3D plugin for ImageJ(C).
Copyright (C) 2008 Ignacio Arganda-Carreras

This program 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 (http://www.gnu.org/licenses/gpl.txt )

This program 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 this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint