Searched defs:sobel (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudafilters/perf/ |
D | perf_filters.cpp | 181 … cv::Ptr<cv::cuda::Filter> sobel = cv::cuda::createSobelFilter(d_src.type(), -1, 1, 1, ksize); variable
|
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereobm.cu | 419 __device__ __forceinline__ float sobel(int x, int y) in sobel() function
|
/external/opencv3/modules/cudafilters/test/ |
D | test_filters.cpp | 329 …cv::Ptr<cv::cuda::Filter> sobel = cv::cuda::createSobelFilter(src.type(), -1, dx, dy, ksize.width,… in CUDA_TEST_P() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 921 int sobel = Abs(a_diff + b_diff * 2 + c_diff); in SobelXRow_C() local 939 int sobel = Abs(a_diff + b_diff * 2 + c_diff); in SobelYRow_C() local
|
/external/skia/src/effects/ |
D | SkLightingImageFilter.cpp | 122 inline SkScalar sobel(int a, int b, int c, int d, int e, int f, SkScalar scale) { in sobel() function
|