TuttleOFX
1
|
Same as channel_converter, except it takes the destination channel by reference, which allows us to move the templates from the class level to the method level. This is important when invoking it on heterogeneous pixels. More...
#include <channel_algorithm.hpp>
Public Member Functions | |
template<typename Ch1 , typename Ch2 > | |
void | operator() (const Ch1 &src, Ch2 &dst) const |
Same as channel_converter, except it takes the destination channel by reference, which allows us to move the templates from the class level to the method level. This is important when invoking it on heterogeneous pixels.
Definition at line 385 of file channel_algorithm.hpp.
void boost::gil::default_channel_converter::operator() | ( | const Ch1 & | src, |
Ch2 & | dst | ||
) | const [inline] |
Definition at line 387 of file channel_algorithm.hpp.