All modules (except ocl and gpu) compiles and pass tests
This commit is contained in:
@@ -65,7 +65,7 @@ void cv::ocl::columnSum(const oclMat &src, oclMat &dst)
|
||||
|
||||
Context *clCxt = src.clCxt;
|
||||
|
||||
const std::string kernelName = "columnSum";
|
||||
const cv::String kernelName = "columnSum";
|
||||
|
||||
std::vector< std::pair<size_t, const void *> > args;
|
||||
|
||||
|
Reference in New Issue
Block a user