Skip to main content
Version: 20 Mar 2024

DistortionCoefficients

The distortion coefficients are arranged in the following order: [k1, k2, p1, p2, k3]

Public Methods

DistortionCoefficients

public DistortionCoefficients(
double [] coefficients
)

Parameters

TypeNameDescription
double []coefficients

Public Attributes

K1

Distortion coefficient k1


public readonly double K1;


K2

Distortion coefficient k2


public readonly double K2;


K3

Distortion coefficient k3


public readonly double K3;


P1

Distortion coefficient p1


public readonly double P1;


P2

Distortion coefficient p2


public readonly double P2;