ocl: filter2D: fix processing of kernel with double datatype

This commit is contained in:
Alexander Alekhin
2013-10-30 16:26:36 +04:00
parent 8a4f1bbbdf
commit 0104f59feb
2 changed files with 8 additions and 5 deletions

View File

@@ -510,7 +510,7 @@ public:
func(src, dst, kernel, ksize, anchor, borderType) ;
}
oclMat kernel;
Mat kernel;
GPUFilter2D_t func;
};
}