|
TuttleOFX
1
|
#include <boost/gil/gil_all.hpp>
Go to the source code of this file.
Data Structures | |
| struct | boost::gil::toolbox::calc_negative |
| struct | boost::gil::toolbox::calc_brightness |
| struct | boost::gil::toolbox::calc_brightness_< VALUE > |
Namespaces | |
| namespace | boost |
| namespace | boost::gil |
| namespace | boost::gil::toolbox |
Functions | |
| template<typename RGB_VIEW > | |
| void | boost::gil::toolbox::negative (const RGB_VIEW &view) |
| template<typename RGB_VIEW > | |
| void | boost::gil::toolbox::negative (const RGB_VIEW &src, const RGB_VIEW &dst) |
| template<typename RGB_VIEW > | |
| void | boost::gil::toolbox::brightness (const RGB_VIEW &src, const RGB_VIEW &dst, float factor) |
| template<typename RGB_VIEW , typename VALUE > | |
| void | boost::gil::toolbox::brightness_ (const RGB_VIEW &src, const RGB_VIEW &dst, VALUE number) |
| template<typename RGB_VIEW > | |
| void | boost::gil::toolbox::remove_channel (const RGB_VIEW &src, unsigned int c) |
| template<typename CHANNEL , typename RGB_VIEW > | |
| void | boost::gil::toolbox::remove_channel (const RGB_VIEW &src) |
| template<typename RGB_VIEW > | |
| void | boost::gil::toolbox::difference (const RGB_VIEW &src_1, const RGB_VIEW &src_2, const RGB_VIEW &dst) |