mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Fix build errors on Linux system
This commit is contained in:
@@ -3148,7 +3148,7 @@ static int _prepareKernelFilter2D(std::vector<T>& data, const Mat &kernel)
|
||||
return size_y_aligned;
|
||||
}
|
||||
|
||||
bool ocl_filter2D( InputArray _src, OutputArray _dst, int ddepth,
|
||||
static bool ocl_filter2D( InputArray _src, OutputArray _dst, int ddepth,
|
||||
InputArray _kernel, Point anchor,
|
||||
double delta, int borderType )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user