-
Right now we can construct the basic monomials via e.g.
```julia
P = Zernike()
xy = axes(P,1)
x,y = first.(xy),last.(xy)
```
which already isn't very nice but even worse if we do 3D do we really…
-
[1] _./light/source/Zernike.cpp_
1. The following codes seems to realize the function: when input a integer **nk**, we want to get the total number of species of the Zernike polynomial **Z_{n}^{l}**…
-
![11_circle](https://user-images.githubusercontent.com/40193779/69915671-8c094b00-1406-11ea-9ebc-664a96e14e38.png)
![21_circle](https://user-images.githubusercontent.com/40193779/69915672-8f9cd200-14…
-
**Issue by [mperrin](https://github.com/mperrin)**
_Tuesday Aug 29, 2017 at 19:43 GMT_
_Originally opened as https://github.com/mperrin/poppy/pull/236_
----
Adds functions for getting Zernike polyn…
-
Hello,
First, congrats for that proyect, it´s very interesting to use a smartphone to get corneal topography.
I'm trying to compute one of the sample images, but I get the error:
File "C:\Use…
-
1. **model_zernike**
https://github.com/ratt-ru/beam-me-up/blob/master/meerkat/notebooks/model_zernike.ipynb
2. **meerkat_model_spline_fit**
https://github.com/ratt-ru/beam-me-up/blob/master/me…
-
I was trying to do some cell shape reconstructions from measured Zernike features based on [code I found](https://stackoverflow.com/questions/33193841/image-reconstruction-based-on-zernike-moments-usi…
-
so that the Zernike of an image can be taken.
-
Trying to extract ZM from two images and compare them with opencv norm function to measure similarity,
It works well for below 20 Degree but it doesn't capture detail information of images so for so…
-
I notice there is a function `cryosparc_2_cs_ctf_parameters` that exists in the repository, but is never actually executed. I'd expected to see the function be called [somewhere here](https://github.c…