TuttleOFX
1
|
ch -= s structure for subtracting a scalar from a channel this is a generic implementation; user should specialize it for better performance More...
#include <operations_assign.hpp>
Public Member Functions | |
GIL_FORCEINLINE channel_traits < ChannelDst >::reference | operator() (const Scalar s, typename channel_traits< ChannelDst >::reference ch) const |
ch -= s structure for subtracting a scalar from a channel this is a generic implementation; user should specialize it for better performance
Definition at line 136 of file operations_assign.hpp.
GIL_FORCEINLINE channel_traits<ChannelDst>::reference terry::numeric::channel_minus_scalar_assign_t< Scalar, ChannelDst >::operator() | ( | const Scalar | s, |
typename channel_traits< ChannelDst >::reference | ch | ||
) | const [inline] |
Definition at line 140 of file operations_assign.hpp.