image = | multiscaleVesselEnhancement2dImg (inImg,inMVEParams) |
Multiscale vessel enhancement using Frangi's approach.
The MultiscaleVesselEnhancement2dImg algorithm was proposed by Frangi et al. in 1998 [1]. It is an iterative approach used to enhance tube-like features in an image where each scale focuses on a specific tube width range.
The algorithm steps are applied for each pixel, for this reason, we avoid the notation of the coordinates in the following. For a given scale
, the algorithm computes at each pixel the Hessian matrix
. Its eigen values
are then extracted and sorted in order to identify :
A blobness coefficient and a structureness coefficient
are then calculated from
and
:
The vesselness for a scale , noted
, is finally computed as a combination of these coefficients. For bright features on dark background, this measure can be expressed as:
Where and
are respectively the blobness and structureness sensitivity thresholds.
is an input parameter and
is calculated as:
Where is the image domain and
is the Hessian matrix of the image at pixel
.
For dark features on bright background, the condition becomes
.
The final result is an image containing the maximum value of along all the scales on each pixel:
Where is the collection of scales given as input parameter.
The algorithm parametrization is done using the MVEParams data item, which contains:
Moreover, the algorithm allows the user to provide a class image, with type UInt8. If this image is set, the algorithm will fill it by the scale index corresponding to the maximum :
Here is an example of vessel enhancement on a 2d gray level image with the scales and its corresponding class image:
The input image has been downloaded from wikipedia: https://commons.wikimedia.org/wiki/File:Mra-mip.jpg (Attribution: By SBarnes (Own work) [CC BY-SA 3.0 (https://creativecommons.org/licenses/by-sa/3.0) or GFDL (http://www.gnu.org/copyleft/fdl.html)], via Wikimedia Commons)
[1] "Multiscale vessel enhancement filtering", Frangi, A. F.; Niessen, W. J.; Vincken, K. L. & Viergever, M. A., Medical Image Computing and Computer-Assisted Intervention - MICCAI '98, Springer Verlag, pages 130-137, 1998