<div>II use ITK to extract the centreline of 3D vessel ,The basic theory is to calculate the Hessian matrix of&nbsp;&nbsp;image at scale</div>
<div>Then</div>
<div>lamda1&lt;lamda2&lt;lamda3&nbsp; and&nbsp;&nbsp;lamda1&lt;lamda2&lt;0</div>
<div>The scale product of eigenvector1&nbsp;and gradient of image is&nbsp;equal to zero&nbsp;</div>
<div>The scale product of eigenvector2&nbsp;and gradient of image&nbsp;is&nbsp;equal to zero&nbsp; </div>
<div>But&nbsp;in ITK software,&nbsp;I only find function itkSymmetricEigenAnalysisImageFilter to deal with 3D&nbsp;&nbsp;Hessian matrix and there is no method to get the eigenvector</div>
<div>I want to know there is any other fuction to get the eigenvector of 3D Hessian matrix </div>
<div>Thank you </div>