-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Test cv::cuda::event #3144
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
Test cv::cuda::event #3144
Conversation
…luding checks to ensure codec used in input video file is supported on the current device.
…o update_nvcuvid_codecs
# Conflicts: # modules/cudacodec/include/opencv2/cudacodec.hpp # modules/cudacodec/src/video_decoder.cpp
7a6f45c to
1f05f65
Compare
1f05f65 to
7a6f45c
Compare
|
Please take a look on these new warnigs:
|
7a6f45c to
03d26bd
Compare
| @@ -0,0 +1,142 @@ | |||
| /*M/////////////////////////////////////////////////////////////////////////////////////// | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use short license header: https://github.com/opencv/opencv/wiki/Coding_Style_Guide#file-structure
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
alalek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍
Add tests to
cv::cuda::event. Some of these tests depend on opencv/opencv#21374 because they create events using combinations of flags.Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.