boost::gil::box_filter
Synopsis
template<
typename SrcView,
typename DstView>
void
box_filter(
SrcView const& src_view,
DstView const& dst_view,
std::size_t kernel_size,
long anchor = ‐1,
bool normalize = true,
boundary_option option = boundary_option::extend_zero);
Created with MrDocs