compilation

This commit is contained in:
Anatoly Baksheev 2011-07-22 13:26:31 +00:00
parent de204fe413
commit cb9dd71f82

View File

@ -683,7 +683,7 @@ namespace cv { namespace gpu { namespace mathfunc
__device__ __forceinline__ T operator()(const T& e) const __device__ __forceinline__ T operator()(const T& e) const
{ {
return saturate_cast<U>(__powf((float)e, power)); return saturate_cast<T>(__powf((float)e, power));
} }
}; };