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

Implement Kernel Density Estimation #19

Open
Micky774 opened this issue Sep 1, 2021 · 0 comments
Open

Implement Kernel Density Estimation #19

Micky774 opened this issue Sep 1, 2021 · 0 comments

Comments

@Micky774
Copy link
Collaborator

Micky774 commented Sep 1, 2021

Consider using a kernel density estimation instead of relying on standard peak detection on the luminosity data. Using the KDE will transform the image into a continuous pdf (component of whatever kernel posteriors are chosen, e.g. Gaussian) which makes peak detection much easier. Also introduces a pseudo smoothing parameter, h, which can be played with to find suitable results.

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