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

Wrong LoG scale normalization in blob_LoG #278

Open
gschivre opened this issue Feb 28, 2025 · 0 comments
Open

Wrong LoG scale normalization in blob_LoG #278

gschivre opened this issue Feb 28, 2025 · 0 comments

Comments

@gschivre
Copy link

The correct scale normalization for LoG should be -σ^2 instead of in the multiLoG function called by blob_LoG.

In addition, the docstring of BlobLoG says:

radius is equal to σ√2

but

radius is equal to σ√N for a N-dimensional image

is more accurate.

This error is easy to fix and I can handle it on my own (please note that this will be my first PR so any guidance is much appreciated!).

gschivre added a commit to gschivre/ImageFiltering.jl that referenced this issue Feb 28, 2025
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