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