TuttleOFX
1
|
#include <bilinear.hpp>
Public Member Functions | |
bilinear_sampler () | |
template<typename Weight > | |
void | operator() (const RESAMPLING_CORE_TYPE &distance, Weight &weight) |
Get weight for a specific distance, for all bilinear resampler. | |
Data Fields | |
const size_t | _windowSize |
Definition at line 10 of file bilinear.hpp.
terry::sampler::bilinear_sampler::bilinear_sampler | ( | ) | [inline] |
Definition at line 14 of file bilinear.hpp.
void terry::sampler::bilinear_sampler::operator() | ( | const RESAMPLING_CORE_TYPE & | distance, |
Weight & | weight | ||
) | [inline] |
Get weight for a specific distance, for all bilinear resampler.
[in] | distance | between the pixels and the current pixel |
[out] | weight | return value to weight the pixel in filtering |
Definition at line 25 of file bilinear.hpp.
References RESAMPLING_CORE_TYPE.
const size_t terry::sampler::bilinear_sampler::_windowSize |
Definition at line 12 of file bilinear.hpp.