TuttleOFX  1
resample_progress.hpp File Reference
Include dependency graph for resample_progress.hpp:
This graph shows which files directly or indirectly include this file:

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.