1
0
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:
Alexander Alekhin
2019-03-09 12:21:23 +00:00
parent 756a98a395
commit 9a8dbfd57f
4 changed files with 258 additions and 4289 deletions
File diff suppressed because it is too large Load Diff
+2
View File
@@ -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
File diff suppressed because it is too large Load Diff