diff --git a/modules/gpu/src/cuda/element_operations.cu b/modules/gpu/src/cuda/element_operations.cu index d7c7f5e38c..84345547ed 100644 --- a/modules/gpu/src/cuda/element_operations.cu +++ b/modules/gpu/src/cuda/element_operations.cu @@ -683,7 +683,7 @@ namespace cv { namespace gpu { namespace mathfunc __device__ __forceinline__ T operator()(const T& e) const { - return saturate_cast(__powf((float)e, power)); + return saturate_cast(__powf((float)e, power)); } };