mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
imgproc: dispatch filter.cpp
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -56,6 +56,8 @@ namespace cv
|
||||
InputArray _kernelX, InputArray _kernelY, Point anchor,
|
||||
double delta, int borderType );
|
||||
#endif
|
||||
|
||||
void preprocess2DKernel(const Mat& kernel, std::vector<Point>& coords, std::vector<uchar>& coeffs);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
+187
-1372
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user