Performs channel-wise addition of two pixels. More...
#include <pixel_numeric_operations.hpp>
Public Member Functions | |
auto | operator() (PixelRef1 const &p1, PixelRef2 const &p2) const -> PixelResult |
Performs channel-wise addition of two pixels.
PixelRef1 | - models PixelConcept |
PixelRef2 | - models PixelConcept |
PixelResult | - models PixelValueConcept |