Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/numeric/
Dconvolve.hpp352 int flip_ker_row, flip_ker_col, row_boundary, col_boundary; in convolve_2d_impl() local
365 flip_ker_col = kernel.size() - 1 - kernel_col; // column index of flipped kernel in convolve_2d_impl()
369 col_boundary = view_col + (kernel.center_x() - flip_ker_col); in convolve_2d_impl()
377 kernel.at(flip_ker_row, flip_ker_col); in convolve_2d_impl()