boost::gil::channel_plus_t
Arithmetic operation of addition of two channel values.
Synopsis
template<
typename Channel1,
typename Channel2,
typename ChannelResult>
struct channel_plus_t;
Description
|
This is a generic implementation; user should specialize it for better performance. |
Member Functions
Name |
Description |
Function call operator |
Created with MrDocs