How do I compute the hessian matrix of a 3-D image?

3 次查看(过去 30 天)
I need to get the eigen values of the hessian matrix of 3-D lung CT scans to apply the selective dot enhancement filter. I have computed Fxx, Fxy etc using imgradientxyz function. As I understand it, I need to form the matrix :
Fxx Fxy Fxz
Fyx Fyy Fyz
Fzx Fzy Fzz
and run the eig function on it. But I got an out of memory error. Is there any other way to do it? Or did I miss something?
Thanks in advance.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics and Optimization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by