onboardapi  9.10.0
by Rheinmetall
M_ImageProcessing::InterpolationKind Namespace Reference

Enumerations

enum  Type {
  Nearest_Neighbour , Bilinear , Bicubic , Spline ,
  Lanczos , Wavelet
}
 Interpolation enumeration. More...
 

Functions

std::string toString (M_ImageProcessing::InterpolationKind::Type val)
 
M_ImageProcessing::InterpolationKind::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Interpolation enumeration.

Enumerator
Nearest_Neighbour 

Nearest neighbour interpolation.

Bilinear 

Bilinear interpolation.

Bicubic 

Bicubic interpolation.

Spline 

B-spline interpolation.

Lanczos 

Lanczos interpolation.

Wavelet 

Discrete wavelet interpolation.

Function Documentation

◆ fromString()

M_ImageProcessing::InterpolationKind::Type M_ImageProcessing::InterpolationKind::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_ImageProcessing::InterpolationKind::toString ( M_ImageProcessing::InterpolationKind::Type  val)
inline