compilation

pull/13383/head
Anatoly Baksheev 14 years ago
parent de204fe413
commit cb9dd71f82
  1. 2
      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<U>(__powf((float)e, power));
return saturate_cast<T>(__powf((float)e, power));
}
};

Loading…
Cancel
Save