compilation
This commit is contained in:
parent
de204fe413
commit
cb9dd71f82
@ -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…
x
Reference in New Issue
Block a user