PCL
|
Bicubic pixel interpolation - an alias for BicubicSplinePixelInterpolation. More...
#include <PixelInterpolation.h>
Public Member Functions | |
BicubicPixelInterpolation (const BicubicPixelInterpolation &)=default | |
BicubicPixelInterpolation (double c=__PCL_BICUBIC_SPLINE_CLAMPING_THRESHOLD) | |
Public Member Functions inherited from pcl::BicubicSplinePixelInterpolation | |
BicubicSplinePixelInterpolation (const BicubicSplinePixelInterpolation &)=default | |
BicubicSplinePixelInterpolation (double clamp=__PCL_BICUBIC_SPLINE_CLAMPING_THRESHOLD) | |
String | Description () const override |
Public Member Functions inherited from pcl::PixelInterpolation | |
PixelInterpolation ()=default | |
PixelInterpolation (const PixelInterpolation &)=default | |
virtual | ~PixelInterpolation () |
virtual bool | IsThreadSafe () const |
template<class P , class T > | |
Interpolator< P > * | NewInterpolator (const T *data, int width, int height, bool unclipped=false) const |
BicubicPixelInterpolation is a synonym for the BicubicSplinePixelInterpolation class.
Definition at line 561 of file PixelInterpolation.h.
|
inline |
Constructs a BicubicPixelInterpolation object.
The optional c parameter is a linear clamping threshold for the bicubic spline interpolation algorithm. See the documentation for BicubicSplineInterpolation for a detailed description of the automatic linear clamping feature.
Definition at line 573 of file PixelInterpolation.h.
|
default |
Copy constructor.