![]() |
Microscopy Image Browser
1.233
|
This function eig2image calculates the eigen values from the hessian matrix, sorted by abs value. And gives the direction of the ridge (eigenvector smallest eigenvalue) . More...
Functions | |
function [
Lambda1 , Lambda2 , Ix , Iy ] = | eig2image (Dxx, Dxy, Dyy) |
This function eig2image calculates the eigen values from the hessian matrix, sorted by abs value. And gives the direction of the ridge (eigenvector smallest eigenvalue) . More... | |
This function eig2image calculates the eigen values from the hessian matrix, sorted by abs value. And gives the direction of the ridge (eigenvector smallest eigenvalue) .
function [ Lambda1 , Lambda2 , Ix , Iy ] = eig2image | ( | Dxx, | |
Dxy, | |||
Dyy | |||
) |
This function eig2image calculates the eigen values from the hessian matrix, sorted by abs value. And gives the direction of the ridge (eigenvector smallest eigenvalue) .
[Lambda1,Lambda2,Ix,Iy]=eig2image(Dxx,Dxy,Dyy)
Referenced by FrangiFilter2D(), and ibwatershedGui>preprocessBtn_Callback().