Performs channel-wise division of pixel elements by scalar. More...
#include <pixel_numeric_operations.hpp>
Public Member Functions | |
auto | operator() (PixelRef const &p, Scalar const &s) const -> PixelResult |
Performs channel-wise division of pixel elements by scalar.
PixelRef | - models PixelConcept |
Scalar | - models a scalar type |
PixelResult | - models PixelValueConcept |