TuttleOFX
1
|
#include <operations.hpp>
Public Member Functions | |
GIL_FORCEINLINE ChannelR | operator() (typename channel_traits< Channel >::const_reference ch, const Scalar &s) const |
structure for subtracting a scalar from a channel this is a generic implementation; user should specialize it for better performance
Definition at line 159 of file operations.hpp.
GIL_FORCEINLINE ChannelR terry::numeric::channel_minus_scalar_t< Channel, Scalar, ChannelR >::operator() | ( | typename channel_traits< Channel >::const_reference | ch, |
const Scalar & | s | ||
) | const [inline] |
Definition at line 161 of file operations.hpp.