MFPinholeCameraIntrinsic_IntrinsicModel structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Represents a pinhole camera intrinsic model for a specified resolution.

Syntax


typedef struct _MFPinholeCameraIntrinsic_IntrinsicModel {
  UINT32                               Width;
  UINT32                               Height;
  MFCameraIntrinsic_PinholeCameraModel CameraModel;
  MFCameraIntrinsic_DistortionModel    DistortionModel;
} MFPinholeCameraIntrinsic_IntrinsicModel, *PMFPinholeCameraIntrinsic_IntrinsicModel;

Members

Width

The width for the pinhole camera intrinsic model.

Height

The height for the pinhole camera intrinsic model.

CameraModel

The pinhole camera model.

DistortionModel

The lens distortion model.

Requirements

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

 

 

Show: