diff --git a/modules/core/src/gpumat.cpp b/modules/core/src/gpumat.cpp index ff459f9a61..4c4af61c47 100644 --- a/modules/core/src/gpumat.cpp +++ b/modules/core/src/gpumat.cpp @@ -1361,7 +1361,7 @@ namespace static const func_t funcs[7][4] = { {NppSet::call, cv::gpu::setTo , cv::gpu::setTo , NppSet::call}, - {NppSet::call, NppSet::call, NppSet::call, NppSet::call}, + {cv::gpu::setTo , cv::gpu::setTo , cv::gpu::setTo , cv::gpu::setTo }, {NppSet::call, NppSet::call, cv::gpu::setTo , NppSet::call}, {NppSet::call, NppSet::call, cv::gpu::setTo , NppSet::call}, {NppSet::call, cv::gpu::setTo , cv::gpu::setTo , NppSet::call},