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