Searched refs:extend_constant (Results 1 – 4 of 4) sorted by relevance
133 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()
262 extend_constant /// assume the source boundaries to be the boundary value enumerator277 if (option == boundary_option::extend_constant) in extend_row_impl()
130 else if (option == boundary_option::extend_constant) in correlate_rows_impl()
118 boundary_option::extend_constant in median_filter()