boost::gil::boundary_option

Boundary options for image boundary extension

Synopsis

Declared in <boost/gil/algorithm.hpp>

enum class boundary_option : int;

Members

Name

Description

output_ignore

output_zero

do nothing to the output

extend_padded

set the output to zero

extend_zero

assume the source boundaries to be padded already

extend_constant

assume the source boundaries to be zero

Created with MrDocs