PCL
pcl::BicubicPixelInterpolation Class Reference

Bicubic pixel interpolation - an alias for BicubicSplinePixelInterpolation. More...

#include <PixelInterpolation.h>

+ Inheritance diagram for pcl::BicubicPixelInterpolation:

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
 

Detailed Description

Constructor & Destructor Documentation

◆ BicubicPixelInterpolation() [1/2]

pcl::BicubicPixelInterpolation::BicubicPixelInterpolation ( double  c = __PCL_BICUBIC_SPLINE_CLAMPING_THRESHOLD)
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.

◆ BicubicPixelInterpolation() [2/2]

pcl::BicubicPixelInterpolation::BicubicPixelInterpolation ( const BicubicPixelInterpolation )
default

Copy constructor.


The documentation for this class was generated from the following file: