boost::gil::channel_divides_t

Arithmetic operation of division of two channel values.

Synopsis

template<
    typename Channel1,
    typename Channel2,
    typename ChannelResult>
struct channel_divides_t;

Description

This is a generic implementation; user should specialize it for better performance.

Type Aliases

Member Functions

Name

Description

operator()

Function call operator

Created with MrDocs