PCL
|
Bicubic interpolation - an alias for BicubicSplineInterpolation. More...
#include <BicubicInterpolation.h>
Public Member Functions | |
BicubicInterpolation ()=default | |
BicubicInterpolation (const BicubicInterpolation &)=default | |
~BicubicInterpolation () override | |
Public Member Functions inherited from pcl::BicubicSplineInterpolation< T > | |
BicubicSplineInterpolation (const BicubicSplineInterpolation &)=default | |
BicubicSplineInterpolation (float clamp=__PCL_BICUBIC_SPLINE_CLAMPING_THRESHOLD) | |
~BicubicSplineInterpolation () override | |
float | ClampingThreshold () const noexcept |
double | InterpolateVector (const double c[], double dx) const noexcept |
void | InterpolateX (double fx[], double x, double y) const noexcept |
void | InterpolateY (double fy[], double x, double y) const noexcept |
double | operator() (double x, double y) const override |
void | SetClampingThreshold (float c) noexcept |
Public Member Functions inherited from pcl::BicubicInterpolationBase< T > | |
BicubicInterpolationBase ()=default | |
BicubicInterpolationBase (const BicubicInterpolationBase &)=default | |
Public Member Functions inherited from pcl::BidimensionalInterpolation< T > | |
BidimensionalInterpolation ()=default | |
BidimensionalInterpolation (const BidimensionalInterpolation &)=default | |
virtual | ~BidimensionalInterpolation () |
const T * | BeingInterpolated () const |
double | BorderFillValue () const |
virtual void | Clear () |
void | DisableBorderFilling (bool disable=true) |
void | EnableBorderFilling (bool enable=true) |
int | Height () const |
virtual void | Initialize (const T *data, int width, int height) |
bool | IsBorderFillingEnabled () const |
void | SetBorderFillValue (double v) |
int | Width () const |
BicubicInterpolation is a synonym for the BicubicSplineInterpolation class.
Definition at line 636 of file BicubicInterpolation.h.
|
default |
Constructs a BicubicInterpolation instance.
|
default |
Copy constructor.
|
inlineoverride |
Virtual destructor.
Definition at line 653 of file BicubicInterpolation.h.