52 #ifndef __PCL_Translation_h 53 #define __PCL_Translation_h 58 #include <pcl/Diagnostics.h> 150 m_delta.x = dx; m_delta.y = dy;
180 m_fillValues = fillValues;
207 #endif // __PCL_Translation_h
void SetFillValues(const DVector &fillValues)
16-bit unsigned integer image.
Image translation algorithm.
const DPoint & Delta() const
const DVector & FillValues() const
64-bit floating point real vector.
void SetDelta(double dx, double dy)
void Apply(FI i, FI j, F f) noexcept(noexcept(f))
Translation(PixelInterpolation &p, const DPoint &d)
64-bit floating point real image.
32-bit unsigned integer image.
8-bit unsigned integer image.
void GetNewSizes(int &width, int &height) const override
64-bit floating-point point in the R^2 space.
void SetDelta(const DPoint &d)
Abstract root base class for all pixel interpolation algorithms.
Translation(PixelInterpolation &p, double dx=0, double dy=0)
32-bit floating point real image.
A process using multiple concurrent execution threads.