boost::gil::channel_minus_t

Arithmetic operation of subtraction of two channel values.

Synopsis

template<
    typename Channel1,
    typename Channel2,
    typename ChannelResult>
struct channel_minus_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