ocl: move program names into opencl_kernels.hpp
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
//M*/
|
||||
#include "precomp.hpp"
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
using namespace cv::ocl;
|
||||
|
||||
@@ -132,4 +131,4 @@ CV_EXPORTS const oclMat& KalmanFilter::correct(const oclMat& measurement)
|
||||
gemm(gain, temp5, 1, statePre, 1, statePost);
|
||||
gemm(gain, temp2, -1, errorCovPre, 1, errorCovPost);
|
||||
return statePost;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user