One more fix for Kepler-specific gpu::integral usage

This commit is contained in:
marina.kolpakova
2012-10-12 13:02:35 +04:00
parent 1d3ec99102
commit 296aa7c4fb
4 changed files with 46 additions and 31 deletions

View File

@@ -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;
}