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

gaussian coefficients #11

Open
anArkitek opened this issue Mar 24, 2019 · 0 comments
Open

gaussian coefficients #11

anArkitek opened this issue Mar 24, 2019 · 0 comments

Comments

@anArkitek
Copy link

Thank you for your well-commented program. I learned a lot from them.
I have a question about a line of code. In ezsift.cpp, line 218
gaussian_coefs[i][j] = expf(tmp * tmp * -0.5f) * (1 + j / 1000.0f);
I notice you have multiplied the exponential with a factor (1 + j / 1000.0f). Why would we need that, it seems will cause the gaussian kernel asymmetric any more?

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