{ } Raw JSON

bundles / skimage latest / skimage / morphology / _skeletonize_lee_cy

module

skimage.morphology._skeletonize_lee_cy

source: /dev/scikit-image/build/cp314/src/skimage/morphology/_skeletonize_lee_cy.cpython-314-darwin.so

Summary

This is an implementation of the 2D/3D thinning algorithm of [Lee94] of binary images, based on [IAC15].

Extended Summary

The original Java code [IAC15] carries the following message:

  • This work is an implementation by Ignacio Arganda-Carreras of the

  • 3D thinning algorithm from Lee et al. "Building skeleton models via 3-D

  • medial surface/axis thinning algorithms. Computer Vision, Graphics, and

  • Image Processing, 56(6):462-478, 1994." Based on the ITK version from

  • Hanno Homann <a href="http://hdl.handle.net/1926/1292"> http://hdl.handle.net/1926/1292</a>

  • <p>

  • More information at Skeletonize3D homepage:

  • https://imagej.net/Skeletonize3D

  • @version 1.0 11/13/2015 (unique BSD licensed version for scikit-image)

  • @author Ignacio Arganda-Carreras (iargandacarreras at gmail.com)

Additional content

This is an implementation of the 2D/3D thinning algorithm of [Lee94] of binary images, based on [IAC15].

The original Java code [IAC15] carries the following message:

  • This work is an implementation by Ignacio Arganda-Carreras of the

  • 3D thinning algorithm from Lee et al. "Building skeleton models via 3-D

  • medial surface/axis thinning algorithms. Computer Vision, Graphics, and

  • Image Processing, 56(6):462-478, 1994." Based on the ITK version from

  • Hanno Homann <a href="http://hdl.handle.net/1926/1292"> http://hdl.handle.net/1926/1292</a>

  • <p>

  • More information at Skeletonize3D homepage:

  • https://imagej.net/Skeletonize3D

  • @version 1.0 11/13/2015 (unique BSD licensed version for scikit-image)

  • @author Ignacio Arganda-Carreras (iargandacarreras at gmail.com)

References

[Lee94]

T.-C. Lee, R.L. Kashyap and C.-N. Chu, Building skeleton models via 3-D medial surface/axis thinning algorithms. Computer Vision, Graphics, and Image Processing, 56(6):462-478, 1994.

[IAC15]

Ignacio Arganda-Carreras, 2015. Skeletonize3D plugin for ImageJ(C). https://imagej.net/Skeletonize3D

Aliases

  • skimage.morphology._skeletonize_lee_cy