boost::gil::generate_normalized_mean
Generate mean kernel
Synopsis
template<
typename T = float,
typename Allocator = std::allocator<T>>
detail::kernel_2d<T, Allocator>
generate_normalized_mean(std::size_t side_length);
Description
Fills supplied view with normalized mean in which all entries will be equal to
1 / (dst.size())
Return Value
variable‐size kernel
Created with MrDocs