Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/test/extension/numeric/
Dextend_boundary.cpp133 auto output = gil::extend_row(src_view, 2, gil::boundary_option::extend_constant); in test_extend_row_with_constant()
171 auto output = gil::extend_col(src_view, 1, gil::boundary_option::extend_constant); in test_extend_col_with_constant()
209 auto output = gil::extend_boundary(src_view, 2, gil::boundary_option::extend_constant); in test_extend_img_with_constant()
/third_party/boost/boost/gil/extension/numeric/
Dalgorithm.hpp262 extend_constant /// assume the source boundaries to be the boundary value enumerator
277 if (option == boundary_option::extend_constant) in extend_row_impl()
Dconvolve.hpp130 else if (option == boundary_option::extend_constant) in correlate_rows_impl()
/third_party/boost/boost/gil/image_processing/
Dfilter.hpp118 boundary_option::extend_constant in median_filter()