Merge pull request #12947 from AsyaPronina:sobel_renaming
* Renamed Sobel operator GAPI kernel to match with OpenCV naming rules * Fixed perf tests * Small refactoring to check CI issue * Refactored alignment for kernel wrappers in imgproc.hpp
This commit is contained in:
committed by
Alexander Alekhin
parent
e0c888acf7
commit
e6dd9a78ae
@@ -73,7 +73,7 @@ GMat dilate3x3(const GMat& src, int iterations,
|
||||
return dilate(src, cv::Mat(), cv::Point(-1,-1), iterations, borderType, borderValue);
|
||||
}
|
||||
|
||||
GMat sobel(const GMat& src, int ddepth, int dx, int dy, int ksize,
|
||||
GMat Sobel(const GMat& src, int ddepth, int dx, int dy, int ksize,
|
||||
double scale, double delta,
|
||||
int borderType, const Scalar& bordVal)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user