PCL
|
#include <pcl/Defs.h>
#include <pcl/Diagnostics.h>
#include <pcl/AutoPointer.h>
#include <pcl/BicubicFilterInterpolation.h>
#include <pcl/BicubicInterpolation.h>
#include <pcl/BilinearInterpolation.h>
#include <pcl/Exception.h>
#include <pcl/LanczosInterpolation.h>
#include <pcl/NearestNeighborInterpolation.h>
#include <pcl/PixelTraits.h>
#include <pcl/Point.h>
#include <pcl/String.h>
Go to the source code of this file.
Classes | |
class | pcl::BicubicBSplinePixelInterpolation |
Bicubic B-spline pixel interpolation. More... | |
class | pcl::BicubicFilterPixelInterpolation |
Pixel interpolation based on Mitchell-Netravali parameterized bicubic filters. More... | |
class | pcl::BicubicPixelInterpolation |
Bicubic pixel interpolation - an alias for BicubicSplinePixelInterpolation. More... | |
class | pcl::BicubicSplinePixelInterpolation |
Bicubic spline pixel interpolation. More... | |
class | pcl::BilinearPixelInterpolation |
Bilinear pixel interpolation. More... | |
class | pcl::Lanczos3LUTPixelInterpolation |
Lanczos 3rd-order LUT-based pixel interpolation. More... | |
class | pcl::Lanczos4LUTPixelInterpolation |
Lanczos 3rd-order LUT-based pixel interpolation. More... | |
class | pcl::Lanczos5LUTPixelInterpolation |
Lanczos 5th-order LUT-based pixel interpolation. More... | |
class | pcl::LanczosPixelInterpolation |
Lanczos pixel interpolation. More... | |
class | pcl::NearestNeighborPixelInterpolation |
NearestNeighbor pixel interpolation. More... | |
class | pcl::PixelInterpolation |
Abstract root base class for all pixel interpolation algorithms. More... | |
class | pcl::PixelInterpolation::Interpolator< P > |
Generic two-dimensional pixel interpolator. More... | |
Namespaces | |
pcl | |
PCL root namespace. | |