Searched refs:result_channel_t (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/gil/image_processing/ |
D | threshold.hpp | 118 using result_channel_t = typename channel_type<DstView>::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() 155 using result_channel_t = typename channel_type<DstView>::type; in threshold_binary() typedef 157 result_channel_t max_value = (std::numeric_limits<result_channel_t>::max)(); in threshold_binary() 183 using result_channel_t = typename channel_type<DstView>::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() [all …]
|