jacopoantonello / zernike

Python code for Zernike polynomials
Apache License 2.0
132 stars 36 forks source link

Adding functionality to compute principal curvatures. #10

Open sidgairo18 opened 3 years ago

sidgairo18 commented 3 years ago

Computation of principal curvatures of a zernike surface and also accounting for normalizing factor, to normalize dx, dy to lay in a unit circle and then re-normalize.

Refer: https://wp.optics.arizona.edu/visualopticslab/wp-content/uploads/sites/52/2016/08/Class12_08.pdf for formula of principal curvatures for a zernike surface.

sidgairo18 commented 3 years ago

@jacopoantonello let me know if this seems good? Thanks.