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

do nothing to the output

output_zero

set the output to zero

extend_padded

assume the source boundaries to be padded already

extend_zero

assume the source boundaries to be zero

extend_constant

assume the source boundaries to be the boundary value

Created with MrDocs