ocl: filter2D: fix processing of kernel with double datatype
This commit is contained in:
@@ -510,7 +510,7 @@ public:
|
||||
func(src, dst, kernel, ksize, anchor, borderType) ;
|
||||
}
|
||||
|
||||
oclMat kernel;
|
||||
Mat kernel;
|
||||
GPUFilter2D_t func;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user