TuttleOFX
1
|
#include <boost/gil/gil_config.hpp>
#include <boost/gil/channel.hpp>
#include <functional>
Go to the source code of this file.
Data Structures | |
struct | terry::numeric::channel_assign_min_t< ChannelSrc, ChannelDst > |
ch2 = min( ch1, ch2 ) structure for adding one channel to another this is a generic implementation; user should specialize it for better performance More... | |
struct | terry::numeric::pixel_assign_min_t< PixelSrc, PixelDst > |
p2 = min( p1, p2 ) More... | |
struct | terry::numeric::channel_assign_max_t< ChannelSrc, ChannelDst > |
ch2 = max( ch1, ch2 ) this is a generic implementation; user should specialize it for better performance More... | |
struct | terry::numeric::pixel_assign_max_t< PixelSrc, PixelDst > |
p2 = max( p1, p2 ) More... | |
struct | terry::numeric::pixel_minmax_by_channel_t< CPixel > |
Namespaces | |
namespace | terry |
namespace | terry::numeric |