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

Sobel magnitude filter is not normalised #37

Open
StRigaud opened this issue Oct 20, 2023 · 0 comments
Open

Sobel magnitude filter is not normalised #37

StRigaud opened this issue Oct 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@StRigaud
Copy link
Member

Sobel kernel filter return the gradient magnitude using the Sobel filter for each (z,y,x) dimensions.

The output is computed as:

M = sqrt(dx^2 + dy^2 + dz^2)

However the Sobel filter is not normalised. Although this does not change the dynamic nor the result, the return values will be different than most Image Analysis library (e.g. scikit-image).

@StRigaud StRigaud added the enhancement New feature or request label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant