JuliaImages / ImageTracking.jl

Other
26 stars 8 forks source link

Modifies lucas kanade to make it faster #7

Closed arijitkar98 closed 6 years ago

zygmuntszpak commented 6 years ago

A recent change to AxisAlgorithms has broken Interpolations.jl. To get the tests to pass, please could you amend the pull-request and add the following line to REQUIRE

AxisAlgorithms 0.2.0 0.3.0
Evizero commented 6 years ago

I am guessing this will be fixed by https://github.com/JuliaMath/Interpolations.jl/pull/218 . For 0.7 anyway

zygmuntszpak commented 6 years ago

Thanks for letting us know of the other pull-request. I figured that things are in quite a state of flux because of the Julia 0.7 version and that someone would be upgrading Interpolations.jl soon. Arijit and I will have to do another pass over this repository to upgrade it to 0.7 after GSOC. At the moment I'm just aiming for us to get something stable and decent running on Julia 0.6.4.

codecov[bot] commented 6 years ago

Codecov Report

Merging #7 into master will increase coverage by 1%. The diff coverage is 90.9%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
+ Coverage   89.25%   90.25%   +1%     
=======================================
  Files           2        2           
  Lines         121      154   +33     
=======================================
+ Hits          108      139   +31     
- Misses         13       15    +2
Impacted Files Coverage Δ
src/lucas_kanade.jl 90.13% <90.9%> (+1.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0025214...f33296c. Read the comment docs.

zygmuntszpak commented 6 years ago

All of the non-nightly tests passed, so I've gone ahead and merged.