ORB.cl : fixed redefinition of val

This commit is contained in:
Philipp Hasper 2014-08-23 19:07:14 +02:00
parent 4b84d5d2c1
commit 9b1136518c

View File

@ -207,7 +207,7 @@ ORB_computeDescriptor(__global const uchar* imgbuf, int imgstep, int imgoffset0,
pattern += 12*2; pattern += 12*2;
#elif WTA_K == 4 #elif WTA_K == 4
int t0, t1, t2, t3, k, val; int t0, t1, t2, t3, k;
int a, b; int a, b;
t0 = GET_VALUE(0); t1 = GET_VALUE(1); t0 = GET_VALUE(0); t1 = GET_VALUE(1);