JuliaImages / ImageTracking.jl

Other
26 stars 8 forks source link

Get the demo examples working with Images 0.26. #39

Closed spelufo closed 10 months ago

spelufo commented 11 months ago

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 commented 10 months ago

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