boost::gil::pixel_minus_t
Performs channel‐wise subtraction of two pixels.
Synopsis
template<
typename PixelRef1,
typename PixelRef2,
typename PixelResult>
struct pixel_minus_t;
Template Parameters
Name |
Description |
PixelRef1 |
‐ models PixelConcept |
PixelRef2 |
‐ models PixelConcept |
PixelResult |
‐ models PixelValueConcept |
Created with MrDocs