boost::gil::generate_unnormalized_mean

Generate kernel with all 1s

Synopsis

template<
    typename T = float,
    typename Allocator = std::allocator<T>>
detail::kernel_2d<T, Allocator>
generate_unnormalized_mean(std::size_t side_length);

Description

Fills supplied view with 1s (ones)

Return Value

variable‐size kernel

Created with MrDocs