Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/test/extension/numeric/
Dextend_boundary.cpp158 auto output = gil::extend_row(src_sub_view, 1, gil::boundary_option::extend_padded); in test_extend_row_with_padded()
196 auto output = gil::extend_col(src_sub_view, 1, gil::boundary_option::extend_padded); in test_extend_col_with_padded()
234 auto output = gil::extend_boundary(src_sub_view, 1, gil::boundary_option::extend_padded); in test_extend_img_with_padded()
/third_party/boost/boost/gil/extension/numeric/
Dalgorithm.hpp260 extend_padded, /// assume the source boundaries to be padded already enumerator
325 else if (option == boundary_option::extend_padded) in extend_row_impl()
410 if (option == boundary_option::extend_padded) in extend_boundary()
Dconvolve.hpp115 if (option == boundary_option::extend_padded) in correlate_rows_impl()