TuttleOFX
1
|
#include "assign.hpp"
#include "operations_assign.hpp"
#include <boost/gil/gil_config.hpp>
#include <boost/gil/pixel.hpp>
#include <boost/gil/color_base_algorithm.hpp>
#include <functional>
Go to the source code of this file.
Data Structures | |
struct | terry::numeric::pixel_assigns_min_t< PixelR > |
construct for setting a pixel to the min channel value (see channel_traits::min_value) More... | |
struct | terry::numeric::pixel_assigns_max_t< PixelR > |
construct for setting a pixel to the max channel value (see channel_traits::max_value) More... | |
Namespaces | |
namespace | terry |
namespace | terry::numeric |
Functions | |
template<typename Pixel > | |
GIL_FORCEINLINE void | terry::numeric::pixel_assigns_min (Pixel &p) |
template<typename Pixel > | |
GIL_FORCEINLINE void | terry::numeric::pixel_assigns_max (Pixel &p) |