Zernike fitting, given a list of 3D points (x,y,z).
sidgairo18 opened this issue · 2 comments
sidgairo18 commented
How can we use the fitting function if we are given a 3D point cloud of (x,y,z) values where z is the elevation at point (x,y)?
It is not very apparent from the code.
Your help would be appreciated.
Thank you.
Sterncat commented
Yon only need to input Z if the center of the surface is (0,0). In code,
the x,y are [-1,1]. Before you input your Z, maybe you need to
adjust(scale) the data.
I will suggest using some other code/programs to do the fitting if you are
doing some serious project. These fitting codes are mainly for my own
practice 5 years ago.
Thanks!
Xing
Siddhartha Gairola <notifications@github.com> 于2020年12月30日周三 上午1:52写道:
… How can we use the fitting function if we are given a 3D point cloud of
(x,y,z) values where z is the elevation at point (x,y)?
It is not very apparent from the code.
Your help would be appreciated.
Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUIRBOSZW3O2GNLKVNEC3TSXLZ6LANCNFSM4VOEVVJA>
.
sidgairo18 commented
@Sterncat thank you for your response. Yes got that.
Thanks for your help 👍