replace offsets in surf to simple copy for better speed

This commit is contained in:
marina.kolpakova
2012-11-24 16:50:29 +04:00
parent be0c20b758
commit 68d04d28b6
3 changed files with 29 additions and 23 deletions

View File

@@ -150,7 +150,7 @@ namespace cv { namespace gpu { namespace device
return true;
}
static __device__ __forceinline__ bool check(int, int, int, uint offset = 0)
static __device__ __forceinline__ bool check(int, int, int)
{
return true;
}