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

Adds subpixel edge detection and subpixel nonmaxima suppression #9

Merged
merged 1 commit into from
Nov 26, 2020

Conversation

zygmuntszpak
Copy link
Member

This is still a work in progress. I need to clean-up the docstrings and finish writing tests that verify the API.

Project.toml Outdated
ImageCore = "0.8"
ImageFiltering = "0.6"
Interpolations = "0.10, 0.11, 0.12"
MappedArrays = "0.2, 0.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, it is doable to drop the direct dependency on MappedArrays so that we don't need to maintain the compatibility.

See JuliaImages/ImageFiltering.jl#192 for how it's done.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the excellent suggestion.

@zygmuntszpak zygmuntszpak merged commit 073e75d into master Nov 26, 2020
@zygmuntszpak zygmuntszpak deleted the subpixels branch November 26, 2020 12:57
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

Successfully merging this pull request may close these issues.

2 participants