Turi Create
4.0
|
Nearest-neighbor and bilinear image samplers. NOTE: The code is for example use only. It is not optimized for performance. More...
#include <boost/gil/extension/dynamic_image/dynamic_image_all.hpp>
#include "pixel_numeric_operations.hpp"
Go to the source code of this file.
Classes | |
struct | boost::gil::nearest_neighbor_sampler |
A sampler that sets the destination pixel to the closest one in the source. If outside the bounds, it doesn't change the destination. More... | |
struct | boost::gil::bilinear_sampler |
A sampler that sets the destination pixel as the bilinear interpolation of the four closest pixels from the source. If outside the bounds, it doesn't change the destination. More... | |
Nearest-neighbor and bilinear image samplers. NOTE: The code is for example use only. It is not optimized for performance.
Definition in file sampler.hpp.