
... recipe for curvature measurement. Here it is.From G, you can get the curvature magnitudes, with two more steps:
- Measure all the first partial derivatives which comprise the gradient, (little) g, and then compute n and P.
- Then, measure all the second partial derivatives which comprise the Hessian, H.
- Then you computer big G, the geometry tensor, as follows.
If, in addition, you want the curvature directions, you can find those as the eigenvectors of G, knowing that kappa1 and kappa2 are the two non-zero eigenvalues.
- Compute the trace and frobenious norm of G
- Then use the quadratic formula to find kappa1 and kappa2.
Note that this started with measuring partial derivatives. And we do that based on ...