MFCameraIntrinsic_DistortionModel structure (mfapi.h)

Represents a polynomial lens distortion model.

Syntax

typedef struct _MFCameraIntrinsic_DistortionModel {
  FLOAT Radial_k1;
  FLOAT Radial_k2;
  FLOAT Radial_k3;
  FLOAT Tangential_p1;
  FLOAT Tangential_p2;
} MFCameraIntrinsic_DistortionModel;

Members

Radial_k1

The first radial distortion coefficient.

Radial_k2

The second radial distortion coefficient.

Radial_k3

The third radial distortion coefficient.

Tangential_p1

The first tangential distortion coefficient.

Tangential_p2

The second tangential distortion coefficient.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header mfapi.h

See also

Media Foundation Structures