DistortionCoefficients
The distortion coefficients are arranged in the following order: [k1, k2, p1, p2, k3]
Public Methods
DistortionCoefficients
public DistortionCoefficients(
double [] coefficients
)
Parameters
Type | Name | Description |
---|---|---|
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;