Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include opencv2/video/tracking.hpp #550

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TooTallNate
Copy link

I was getting this error when trying to build on Alpine Linux:

‘calcOpticalFlowPyrLK’ is not a member of ‘cv’

Including tracking.hpp fixes compilation for me.

Related: https://stackoverflow.com/a/11641833/376773

I was getting this error when trying to build on Alpine Linux:

    ‘calcOpticalFlowPyrLK’ is not a member of ‘cv’

Including `tracking.hpp` fixes compilation for me.

Related: https://stackoverflow.com/a/11641833/376773
@codecov-io
Copy link

codecov-io commented Sep 29, 2017

Codecov Report

Merging #550 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #550   +/-   ##
=======================================
  Coverage   51.19%   51.19%           
=======================================
  Files          34       34           
  Lines        3899     3899           
  Branches       27       27           
=======================================
  Hits         1996     1996           
  Misses       1903     1903

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 52333d4...49b9f42. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants