Home
last modified time | relevance | path

Searched refs:sobel_y (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/image_processing/
Dnumeric.hpp292 auto sobel_y = generate_dy_sobel(); in compute_hessian_entries() local
294 detail::convolve_2d(dx, sobel_y, dxdy); in compute_hessian_entries()
295 detail::convolve_2d(dy, sobel_y, ddyy); in compute_hessian_entries()