mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
One more fix for Kepler-specific gpu::integral usage
This commit is contained in:
@@ -150,7 +150,7 @@ namespace cv { namespace gpu { namespace device
|
||||
return true;
|
||||
}
|
||||
|
||||
static __device__ __forceinline__ bool check(int, int, int)
|
||||
static __device__ __forceinline__ bool check(int, int, int, uint offset = 0)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user