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 |
|
|
|
do nothing to the output |
|
set the output to zero |
|
assume the source boundaries to be padded already |
|
assume the source boundaries to be zero |
Created with MrDocs