-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add CUDA implementation for resize with Lanczos interpolation #4051
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
base: 4.x
Are you sure you want to change the base?
Conversation
| } | ||
| }; | ||
|
|
||
| CUDA_TEST_P(ResizeLanczosPerformance, Performance) |
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.
OpenCV stores performance tests in modules/<module_name>/perf/
|
@asmorkalov [----------] 54 tests from Sz_Depth_Cn_Inter_Scale_ResizeLanczos
[ RUN ] Sz_Depth_Cn_Inter_Scale_ResizeLanczos.ResizeLanczos/0, where GetParam() = (1280x720, CV_8U, Gray, UNKNOWN, 0.5)
/home/ci/opencv/modules/ts/src/ts_perf.cpp:622: Failure
Failed
No regression data for gpu_dst argument, test node: Sz_Depth_Cn_Inter_Scale_ResizeLanczos--ResizeLanczos---1280x720--CV_8U--Gray--UNKNOWN--0-5- |
|
OpenCV performance tests hve sanity checks for the function results. The check includes min, max values and pixel values in several random points. |
Okay, thank you for your reply. I will add the missing parts. |
97ccf94 to
c451a64
Compare
|
@asmorkalov |
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.