JuliaImages / ImageTracking.jl

Other
26 stars 8 forks source link

Adds keyword constructors and changes order of fields in types #14

Closed zygmuntszpak closed 5 years ago

zygmuntszpak commented 5 years ago

The order of the fields in the Farneback type was changed so that the first field of Farneback and LucasKanade now both represent the number of iterations. This is a breaking change, but brings greater consistency. I've also added constructors with keywords for the fields of the Farneback and LucasKanade type. This commit also includes some demo scripts.

codecov[bot] commented 5 years ago

Codecov Report

Merging #14 into master will increase coverage by 3.81%. The diff coverage is 54.31%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #14      +/-   ##
=========================================
+ Coverage   60.39%   64.2%   +3.81%     
=========================================
  Files           5       5              
  Lines         356     366      +10     
=========================================
+ Hits          215     235      +20     
+ Misses        141     131      -10
Impacted Files Coverage Δ
src/optical_flow.jl 85.71% <33.33%> (-14.29%) :arrow_down:
src/farneback.jl 58.78% <54.54%> (-1.22%) :arrow_down:
src/lucas_kanade.jl 60% <54.9%> (+13.6%) :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 1673098...04d091f. Read the comment docs.