mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Remove trailing whitespace.
This commit is contained in:
parent
c74c517ce3
commit
040b3b8265
@ -413,7 +413,7 @@ void ocl_tvl1flow::estimateU(oclMat &I1wx, oclMat &I1wy, oclMat &grad,
|
|||||||
args.push_back( make_pair( sizeof(cl_int), (void*)&u2_offset_x));
|
args.push_back( make_pair( sizeof(cl_int), (void*)&u2_offset_x));
|
||||||
args.push_back( make_pair( sizeof(cl_int), (void*)&u2_offset_y));
|
args.push_back( make_pair( sizeof(cl_int), (void*)&u2_offset_y));
|
||||||
args.push_back( make_pair( sizeof(cl_char), (void*)&calc_error));
|
args.push_back( make_pair( sizeof(cl_char), (void*)&calc_error));
|
||||||
|
|
||||||
openCLExecuteKernel(clCxt, &tvl1flow, kernelName, globalThread, localThread, args, -1, -1);
|
openCLExecuteKernel(clCxt, &tvl1flow, kernelName, globalThread, localThread, args, -1, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user