Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a weight parameter to construct_zernike_polynomials #52

Open
LeeKamentsky opened this issue Feb 29, 2016 · 1 comment
Open

Add a weight parameter to construct_zernike_polynomials #52

LeeKamentsky opened this issue Feb 29, 2016 · 1 comment

Comments

@LeeKamentsky
Copy link

so that the Zernike of an image can be taken.

@LeeKamentsky
Copy link
Author

Duh:

x = construct_zernike_polynomials(..., weights=weights)
y = construct_zernike_polynomials(...) * weights
assert np.all(x == y)

why bother?

LeeKamentsky pushed a commit that referenced this issue Feb 29, 2016
Support for ijv format input into construct_zernike_polynomials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant