Closed zygmuntszpak closed 5 years ago
Merging #14 into master will increase coverage by
3.81%
. The diff coverage is54.31%
.
@@ 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.
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.