-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Feature] Add motion vector decoder. #291
Conversation
Codecov Report
@@ Coverage Diff @@
## master #291 +/- ##
==========================================
+ Coverage 86.59% 86.65% +0.05%
==========================================
Files 98 98
Lines 6901 6946 +45
Branches 1113 1124 +11
==========================================
+ Hits 5976 6019 +43
- Misses 708 709 +1
- Partials 217 218 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Here is an example generated by the code. Looks really like the optical flow. |
0e6ad7c
to
c694ea6
Compare
kindly ping @innerlee . This PR is ready to merge. SCSampler which depends on this will be postponed to the next release. |
Minor fix changelog.
Fix typo.
This PR add a online-decoder that decode motion vector from video stream.