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

Pass distance transform as argument into _estimate_overlap #736

Open
mkaguer opened this issue Oct 3, 2022 · 0 comments
Open

Pass distance transform as argument into _estimate_overlap #736

mkaguer opened this issue Oct 3, 2022 · 0 comments
Assignees

Comments

@mkaguer
Copy link
Contributor

mkaguer commented Oct 3, 2022

The distance transform is useful in network extraction algs and therefore often needs to be computed anyway. Why not pass dt into _estimate_overlap instead of calculating it twice? I propose having argument dt and if not None then the overlap is calculated using the distance transform.

See the code I am referring to here

@ma-sadeghi ma-sadeghi changed the title Pass distance transform as argument into _estimate_overlap() Pass distance transform as argument into _estimate_overlap Mar 8, 2024
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