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

Get the demo examples working with Images 0.26. #39

Closed
wants to merge 1 commit into from
Closed

Get the demo examples working with Images 0.26. #39

wants to merge 1 commit into from

Conversation

spelufo
Copy link

@spelufo spelufo commented Nov 2, 2023

Hi, I had issues installing this package because it wasn't compatible with newer versions of Images.jl. The reason is that Images.integral_image and Images.boxdiff have been deprecated. This PR is what I needed to do to make the demos work with Images 0.26. You'll probably not want to merge it as is. It looks like the plan was to have this package use IntegralArrays.jl. In that case boxdiff should probably be added to that package.

timholy added a commit that referenced this pull request Nov 3, 2023
@timholy
Copy link
Member

timholy commented Nov 3, 2023

Replaced by #40. Rather than vendor old implementations, that version switches to new implementations.

@timholy timholy closed this in #40 Nov 3, 2023
timholy added a commit that referenced this pull request Nov 3, 2023
Closes #39

Now requires julia 1.6+
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