Home
last modified time | relevance | path

Searched defs:src_view (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/gil/test/extension/numeric/
Dextend_boundary.cpp127 gil::gray8c_view_t src_view = in test_extend_row_with_constant() local
140 gil::gray8c_view_t src_view = in test_extend_row_with_zero() local
153 gil::gray8c_view_t src_view = in test_extend_row_with_padded() local
165 gil::gray8c_view_t src_view = in test_extend_col_with_constant() local
178 gil::gray8c_view_t src_view = in test_extend_col_with_zero() local
191 gil::gray8c_view_t src_view = in test_extend_col_with_padded() local
203 gil::gray8c_view_t src_view = in test_extend_img_with_constant() local
216 gil::gray8c_view_t src_view = in test_extend_img_with_zero() local
229 gil::gray8c_view_t src_view = in test_extend_img_with_padded() local
Dconvolve_2d.cpp45 gil::gray8c_view_t src_view = in test_convolve_2d_with_normalized_mean_filter() local
/third_party/boost/boost/gil/extension/numeric/
Dconvolve.hpp54 SrcView const& src_view, in correlate_rows_impl()
195 SrcView const& src_view, in correlate_rows()
213 SrcView const& src_view, in correlate_cols()
231 SrcView const& src_view, in convolve_rows()
248 SrcView const& src_view, in convolve_cols()
266 SrcView const& src_view, in correlate_rows_fixed()
284 SrcView const& src_view, in correlate_cols_fixed()
302 SrcView const& src_view, in convolve_rows_fixed()
319 SrcView const& src_view, in convolve_cols_fixed()
340 SrcView const& src_view, in convolve_1d()
[all …]
Dalgorithm.hpp227 void view_multiplies_scalar(SrcView const& src_view, Scalar const& scalar, DstView const& dst_view) in view_multiplies_scalar()
270 SrcView const& src_view, in extend_row_impl()
360 SrcView const& src_view, in extend_row()
382 SrcView const& src_view, in extend_col()
405 SrcView const& src_view, in extend_boundary()
/third_party/boost/boost/gil/image_processing/
Dfilter.hpp29 SrcView const& src_view, in box_filter()
60 SrcView const& src_view, in blur()
74 void filter_median_impl(SrcView const& src_view, DstView const& dst_view, std::size_t kernel_size) in filter_median_impl()
106 void median_filter(SrcView const& src_view, DstView const& dst_view, std::size_t kernel_size) in median_filter()
Dthreshold.hpp38 void threshold_impl(SrcView const& src_view, DstView const& dst_view, Operator const& threshold_op) in threshold_impl()
109 SrcView const& src_view, in threshold_binary()
148 SrcView const& src_view, in threshold_binary()
174 SrcView const& src_view, in threshold_truncate()
226 void otsu_impl(SrcView const& src_view, DstView const& dst_view, threshold_direction direction) in otsu_impl()
331 SrcView const& src_view, in threshold_optimal()
359 SrcView const& src_view, in adaptive_impl()
393 SrcView const& src_view, in threshold_adaptive()
444 SrcView const& src_view, in threshold_adaptive()
/third_party/boost/libs/gil/test/core/image_processing/
Dmedian_filter.cpp45 gil::gray8c_view_t src_view = in test_median_filter_with_kernel_size_3() local
Dbox_filter.cpp45 gil::gray8c_view_t src_view = in test_box_filter_with_default_parameters() local
/third_party/boost/libs/gil/example/
Dinterleaved_ptr.cpp60 …rgb8_interleaved_view_t src_view=interleaved_view(img.width(),img.height(),rgb8_interleaved_ptr(ra… in main() local
/third_party/boost/libs/gil/doc/html/_downloads/
Dinterleaved_ptr.cpp60 …rgb8_interleaved_view_t src_view=interleaved_view(img.width(),img.height(),rgb8_interleaved_ptr(ra… in main() local
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dscanline_read.hpp308 src_view_t src_view = interleaved_view( this->_info._width in read_bit_row() local
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp368 Src_View src_view = interleaved_view( this->_info._width in read_n_bits_row() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c291 const GstH264SPSExtMVCView *const src_view = &src_mvc->view[i]; in gst_h264_sps_mvc_copy() local