TuttleOFX
1
|
#include <terry/math/Rect.hpp>
#include <terry/sampler/all.hpp>
#include <terry/sampler/details.hpp>
#include <terry/sampler/sampler.hpp>
Go to the source code of this file.
Namespaces | |
namespace | terry |
namespace | terry::sampler |
Functions | |
template<typename Sampler , typename SrcView , typename DstView , typename MapFn , typename Progress > | |
void | terry::sampler::resample_pixels_progress (const SrcView &src_view, const DstView &dst_view, const MapFn &dst_to_src, const terry::Rect< std::ssize_t > &procWindow, const EParamFilterOutOfImage &outOfImageProcess, Progress &p, Sampler sampler=Sampler()) |
Set each pixel in the destination view as the result of a sampling function over the transformed coordinates of the source viewThe provided implementation works for 2D image views only. |