TuttleOFX
1
|
ch2 -= ch1 structure for subtracting one channel from another 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() (typename channel_traits< ChannelSrc >::const_reference ch1, typename channel_traits< ChannelDst >::reference ch2) const |
ch2 -= ch1 structure for subtracting one channel from another this is a generic implementation; user should specialize it for better performance
Definition at line 54 of file operations_assign.hpp.
GIL_FORCEINLINE channel_traits<ChannelDst>::reference terry::numeric::channel_minus_assign_t< ChannelSrc, ChannelDst >::operator() | ( | typename channel_traits< ChannelSrc >::const_reference | ch1, |
typename channel_traits< ChannelDst >::reference | ch2 | ||
) | const [inline] |
Definition at line 58 of file operations_assign.hpp.