PCL
pcl::NearestNeighborPixelInterpolation Class Reference

NearestNeighbor pixel interpolation. More...

#include <PixelInterpolation.h>

+ Inheritance diagram for pcl::NearestNeighborPixelInterpolation:

Public Member Functions

 NearestNeighborPixelInterpolation ()=default
 
 NearestNeighborPixelInterpolation (const NearestNeighborPixelInterpolation &)=default
 
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

NearestNeighborPixelInterpolation uses the nearest neighbor interpolation algorithm (NearestNeighborInterpolation) to interpolate pixel values as the nearest neighbor source pixels.

See also
PixelInterpolation, NearestNeighborInterpolation, BilinearPixelInterpolation, BicubicSplinePixelInterpolation, BicubicBSplinePixelInterpolation, BicubicFilterPixelInterpolation

Definition at line 352 of file PixelInterpolation.h.

Constructor & Destructor Documentation

◆ NearestNeighborPixelInterpolation() [1/2]

pcl::NearestNeighborPixelInterpolation::NearestNeighborPixelInterpolation ( )
default

Constructs a NearestNeighborPixelInterpolation object.

◆ NearestNeighborPixelInterpolation() [2/2]

pcl::NearestNeighborPixelInterpolation::NearestNeighborPixelInterpolation ( const NearestNeighborPixelInterpolation )
default

Copy constructor.

Member Function Documentation

◆ Description()

String pcl::NearestNeighborPixelInterpolation::Description ( ) const
inlineoverridevirtual

Returns a descriptive text string for this pixel interpolation.

Implements pcl::PixelInterpolation.

Definition at line 368 of file PixelInterpolation.h.


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