boost::gil::threshold_adaptive

Synopsis

template<
    typename SrcView,
    typename DstView>
void
threshold_adaptive(
    SrcView const& src_view,
    DstView const& dst_view,
    channel_type<DstView>::type max_value,
    std::size_t kernel_size,
    threshold_adaptive_method method = threshold_adaptive_method::mean,
    threshold_direction direction = threshold_direction::regular,
    channel_type<DstView>::type constant = 0);

Created with MrDocs