Searched refs:gray8c_view_t (Results 1 – 15 of 15) sorted by relevance
127 gil::gray8c_view_t src_view = in test_extend_row_with_constant()130 gil::gray8c_view_t out_view = in test_extend_row_with_constant()140 gil::gray8c_view_t src_view = in test_extend_row_with_zero()143 gil::gray8c_view_t out_view = in test_extend_row_with_zero()153 gil::gray8c_view_t src_view = in test_extend_row_with_padded()165 gil::gray8c_view_t src_view = in test_extend_col_with_constant()168 gil::gray8c_view_t out_view = in test_extend_col_with_constant()178 gil::gray8c_view_t src_view = in test_extend_col_with_zero()181 gil::gray8c_view_t out_view = in test_extend_col_with_zero()191 gil::gray8c_view_t src_view = in test_extend_col_with_padded()[all …]
45 gil::gray8c_view_t src_view = in test_convolve_2d_with_normalized_mean_filter()57 gil::gray8c_view_t out_view = in test_convolve_2d_with_normalized_mean_filter()
45 gil::gray8c_view_t src_view = in test_box_filter_with_default_parameters()54 gil::gray8c_view_t out_view = in test_box_filter_with_default_parameters()
45 gil::gray8c_view_t src_view = in test_median_filter_with_kernel_size_3()54 gil::gray8c_view_t out_view = in test_median_filter_with_kernel_size_3()
38 void x_gradient(gray8c_view_t const& src, gray8s_view_t const& dst)44 ``gray8c_view_t`` is the type of the source image view - an 8-bit grayscale85 gray8c_view_t src = interleaved_view(w, h, (gray8_pixel_t const*)src_pixels, src_row_bytes);102 void x_gradient(gray8c_view_t const& src, gray8s_view_t const& dst)122 void x_gradient(gray8c_view_t const& src, gray8s_view_t const& dst)126 gray8c_view_t::x_iterator src_it = src.row_begin(y);146 void y_gradient(gray8c_view_t const& src, gray8s_view_t const& dst)150 gray8c_view_t::y_iterator src_it = src.col_begin(x);173 void y_gradient(gray8c_view_t const& src, gray8s_view_t const& dst)177 gray8c_view_t::x_iterator src1_it = src.row_begin(y-1);[all …]
56 test<gil::gray8c_view_t, gil::gray8c_pixel_t, Interleaved, NotStepX, Immutable>(); in main()58 test<gil::gray8c_view_t, gil::gray8_pixel_t, Interleaved, NotStepX, Immutable>(); in main()
28 test_is_planar_not<gil::gray8c_view_t>(); in main()
27 test_view_is_basic<gil::gray8c_view_t>(); in main()
27 test_view_is_mutable_not<gil::gray8c_view_t>(); in main()
45 test_view<gil::gray8c_view_t>(); in main()
34 test<gil::gray8c_view_t>(); in main()
58 test<gil::gray8c_view_t, gil::gray_layout_t, Interleaved, NotStepX, Immutable>(); in main()
257 gray8c_view_t hist_view=interleaved_view(256,1,(const gray8_pixel_t*)histogram,256); in histogram_test()
1 …_t:[6,24,28],gray8_pixel_t:[7,8,28,29],gray8_view_t:7,gray8c_loc_t:28,gray8c_view_t:28,gray8s_imag… property