JuliaImages / ImageTracking.jl

Other
26 stars 8 forks source link

Updates for Julia 1.0 compatibility. #13

Closed zygmuntszpak closed 5 years ago

zygmuntszpak commented 5 years ago

Fixed all depracation warnings. Implemented a convolution-based polynomial expansion for the Farneback optical flow algorithm. Fixed bugs in the Lucas-Kanade implementation and revised the API.

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into master will decrease coverage by 32.82%. The diff coverage is 55.34%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #13       +/-   ##
===========================================
- Coverage   93.21%   60.39%   -32.83%     
===========================================
  Files           5        5               
  Lines         280      356       +76     
===========================================
- Hits          261      215       -46     
- Misses         19      141      +122
Impacted Files Coverage Δ
src/core.jl 52.38% <100%> (-47.62%) :arrow_down:
src/haar.jl 88.67% <100%> (-9.44%) :arrow_down:
src/optical_flow.jl 100% <100%> (ø) :arrow_up:
src/lucas_kanade.jl 46.4% <46.42%> (-42.15%) :arrow_down:
src/farneback.jl 60% <56.03%> (-35.9%) :arrow_down:

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 a505772...29d8725. Read the comment docs.