Searched refs:IPPDerivSobel (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | deriv.cpp | 411 static bool IPPDerivSobel(InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, int ksize,… in IPPDerivSobel() function 588 if (IPPDerivSobel(_src, _dst, ddepth, dx, dy, ksize, scale, delta, borderType)) in Sobel()
|