32 public DistortionData(UInt64 version,
float width,
float height,
float[] data) {
58 public float Width {
get;
set; }
71 public float[]
Data {
get;
set; }
The DistortionData class contains the distortion map for correcting the lens distortion of an image.
float[] Data
The distortion data.
float Width
The width of the distortion map.
UInt64 Version
An identifier assigned to the distortion map.
DistortionData(UInt64 version, float width, float height, float[] data)
DistortionData()
Constructs an uninitialized distortion object.
float Height
The height of the distortion map.
bool IsValid
Reports whether the distortion data is internally consistent.
static int DistortionSize