boost::gil::pixel_minus_t

Performs channel‐wise subtraction of two pixels.

Synopsis

template<
    typename PixelRef1,
    typename PixelRef2,
    typename PixelResult>
struct pixel_minus_t;

Member Functions

Name

operator()

Template Parameters

Name

Description

PixelRef1

‐ models PixelConcept

PixelRef2

‐ models PixelConcept

PixelResult

‐ models PixelValueConcept

Created with MrDocs