Turi Create  4.0
channel_numeric_operations.hpp File Reference

Structures for channel-wise numeric operations /. More...

#include <functional>
#include <boost/gil/gil_config.hpp>
#include <boost/gil/channel.hpp>

Go to the source code of this file.

Classes

struct  boost::gil::channel_plus_t< Channel1, Channel2, ChannelR >
 
struct  boost::gil::channel_minus_t< Channel1, Channel2, ChannelR >
 
struct  boost::gil::channel_multiplies_t< Channel1, Channel2, ChannelR >
 
struct  boost::gil::channel_divides_t< Channel1, Channel2, ChannelR >
 
struct  boost::gil::channel_plus_scalar_t< Channel, Scalar, ChannelR >
 
struct  boost::gil::channel_minus_scalar_t< Channel, Scalar, ChannelR >
 
struct  boost::gil::channel_multiplies_scalar_t< Channel, Scalar, ChannelR >
 
struct  boost::gil::channel_divides_scalar_t< Channel, Scalar, ChannelR >
 
struct  boost::gil::channel_halves_t< Channel >
 
struct  boost::gil::channel_zeros_t< Channel >
 
struct  boost::gil::channel_assigns_t< Channel1, Channel2 >
 

Detailed Description

Structures for channel-wise numeric operations /.

/ /

Author
Hailin Jin and Lubomir Bourdev
/ Adobe Systems Incorporated /
Date
2005-2007
Last updated on September 30, 2006 / Currently defined structures: / channel_plus_t (+), channel_minus_t (-), / channel_multiplies_t (*), channel_divides_t (/), / channel_plus_scalar_t (+s), channel_minus_scalar_t (-s), / channel_multiplies_scalar_t (*s), channel_divides_scalar_t (/s), / channel_halves_t (/=2), channel_zeros_t (=0), channel_assigns_t (=)

Definition in file channel_numeric_operations.hpp.