public class PdeUtil extends Object
Constructor and Description |
---|
PdeUtil() |
Modifier and Type | Method and Description |
---|---|
static double[] |
realSymetricMatrix2x2(double ixx,
double iyy,
double ixy)
Return the eigenvalues and the eigenvectors of a 2x2 real symetric matrix:
|
public static final double[] realSymetricMatrix2x2(double ixx, double iyy, double ixy)
a c c b
double[]
array containing in order:
mu_1
and mu_2
the two eigenvalues in
ascending order, and cosĪ±
and sinĪ±
the X
& Y components of the first eigenvector.Copyright © 2015–2022 ImgLib2. All rights reserved.