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

What is the reasoning behind dividing sigma by 2.5 when performing edge validation? #31

Open
MrZander opened this issue Oct 17, 2022 · 0 comments

Comments

@MrZander
Copy link

The paper states that ED works best with sigma = 1, which I can see is what is used.
But, why then does the code divide the original sigma by 2.5 and re-smooth the image?

sigma /= 2.5;

I don't see any rational for this in the paper, am I missing something? Does this produce better validation 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