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