Tubeness

Type
Author
Mark Longair
Stephan Preibisch orcid.org/0000-0002-0276-494X
Johannes Schindelin
Requires
Execution Platform
Implementation Type
Supported image dimension
Interaction Level
License/Openness
License
GPL
Description

This plugin filters a 3D image stack (or 2D image) to produce a score for how "tube-like" each point in the image is. This is useful as a preprocessing step for tracing neurons or blood vessels, for example. For 3D image stacks, the plugin uses the eigenvalues of the Hessian matrix to calculate this measure of "tubeness", using a metrics mentioned in Sato et al 1997 ¹: if the larger two eigenvalues (λ₂ and λ₃) are both negative then value is √(λ₂λ₃), otherwise the value is 0. For 2D images, if the large eigenvalue is negative, we return its absolute value and otherwise return 0.

This plugin is now bundled as part of Fiji.

Additional keywords
Last modified
10/21/2019 - 11:10