Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/example/
Dsobel_scharr.cpp29 gil::detail::convolve_2d(input, gil::generate_dx_sobel(1), dx); in main()
30 gil::detail::convolve_2d(input, gil::generate_dy_sobel(1), dy); in main()
34 gil::detail::convolve_2d(input, gil::generate_dx_scharr(1), dx); in main()
35 gil::detail::convolve_2d(input, gil::generate_dy_scharr(1), dy); in main()
Dconvolve2d.cpp22 detail::convolve_2d(view(img), kernel, view(img_out1)); in main()
Dhessian.cpp177 gil::detail::convolve_2d(smoothed, scharr_x, x_gradient); in main()
179 gil::detail::convolve_2d(smoothed, scharr_y, y_gradient); in main()
Dharris.cpp174 gil::detail::convolve_2d(smoothed, scharr_x, x_gradient); in main()
176 gil::detail::convolve_2d(smoothed, scharr_y, y_gradient); in main()
/third_party/boost/boost/gil/image_processing/
Dnumeric.hpp293 detail::convolve_2d(dx, sobel_x, ddxx); in compute_hessian_entries()
294 detail::convolve_2d(dx, sobel_y, dxdy); in compute_hessian_entries()
295 detail::convolve_2d(dy, sobel_y, ddyy); in compute_hessian_entries()
Dthreshold.hpp424 convolve_2d(src_view, kernel, temp_view); in threshold_adaptive()
/third_party/boost/libs/gil/test/extension/numeric/
Dconvolve_2d.cpp55 gil::detail::convolve_2d(src_view, kernel, dst_view); in test_convolve_2d_with_normalized_mean_filter()
DCMakeLists.txt14 convolve_2d
DJamfile18 run convolve_2d.cpp ;
/third_party/boost/boost/gil/extension/numeric/
Dconvolve.hpp394 void convolve_2d(SrcView const& src_view, Kernel const& kernel, DstView const& dst_view) in convolve_2d() function
/third_party/boost/libs/gil/
DRELEASES.md70 - GSoC 2019: Implementation of 2D convolution as new function `convolve_2d` ([PR #367](https://gith…