boost::gil::channel_divides_t::operator()
Function call operator
Synopsis
ChannelResult
operator()(
ChannelRef1 ch1,
ChannelRef2 ch2) const;
Parameters
Name |
Description |
ch1 |
‐ dividend operand of the two division operation. |
ch2 |
‐ divisor operand of the two division operation. |
Created with MrDocs