TuttleOFX
1
|
#include "MergeAbstractFunctor.hpp"
#include <boost/static_assert.hpp>
#include <boost/gil/typedefs.hpp>
#include <boost/gil/utilities.hpp>
Go to the source code of this file.
Data Structures | |
struct | terry::detail::merger< OPERATES > |
struct | terry::detail::merger< merge_per_pixel > |
struct | terry::detail::merger< merge_per_channel_with_alpha > |
struct | terry::detail::merger< merge_per_channel > |
Namespaces | |
namespace | terry |
namespace | terry::detail |
Functions | |
template<class F , class View > | |
void | terry::merge_views (const View &srcA, const View &srcB, View &dst, F fun) |