PCL
|
Standard pixel interpolation algorithms. More...
InterpolationAlgorithm::NearestNeighbor | Nearest neighbor interpolation |
InterpolationAlgorithm::Bilinear | Bilinear interpolation |
InterpolationAlgorithm::BicubicSpline | Bicubic spline interpolation (usually the default algorithm) |
InterpolationAlgorithm::Bicubic | A synonym for bicubic spline interpolation |
InterpolationAlgorithm::BicubicBSpline | Bicubic B-spline interpolation |
InterpolationAlgorithm::Lanczos3 | Lanczos-3 interpolation |
InterpolationAlgorithm::Lanczos4 | Lanczos-4 interpolation |
InterpolationAlgorithm::Lanczos5 | Lanczos-5 interpolation |
InterpolationAlgorithm::MitchellNetravaliFilter | Mitchell-Netravali cubic filter interpolation |
InterpolationAlgorithm::CatmullRomSplineFilter | Catmull-Rom spline filter interpolation |
InterpolationAlgorithm::CubicBSplineFilter | Cubic B-spline filter interpolation |
InterpolationAlgorithm::Auto | Used to indicate an automatic algorithm selection (often the default option) |
InterpolationAlgorithm::Default | Used to indicate a default interpolation algorithm (currently bicubic spline) |