Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp117 using source_channel_t = typename channel_type<SrcView>::type; in threshold_binary() typedef
122 detail::threshold_impl<source_channel_t, result_channel_t>(src_view, dst_view, in threshold_binary()
123 [threshold_value, max_value](source_channel_t px) -> result_channel_t { in threshold_binary()
129 detail::threshold_impl<source_channel_t, result_channel_t>(src_view, dst_view, in threshold_binary()
130 [threshold_value, max_value](source_channel_t px) -> result_channel_t { in threshold_binary()
182 using source_channel_t = typename channel_type<SrcView>::type; in threshold_truncate() typedef
185 std::function<result_channel_t(source_channel_t)> threshold_logic; in threshold_truncate()
191 detail::threshold_impl<source_channel_t, result_channel_t>(src_view, dst_view, in threshold_truncate()
192 [threshold_value](source_channel_t px) -> result_channel_t { in threshold_truncate()
198 detail::threshold_impl<source_channel_t, result_channel_t>(src_view, dst_view, in threshold_truncate()
[all …]