CameraIntrinsics.RadialDistortion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the radial distortion coefficient of the camera.
public:
property float3 RadialDistortion { float3 get(); };
float3 RadialDistortion();
public Vector3 RadialDistortion { get; }
var vector3 = cameraIntrinsics.radialDistortion;
Public ReadOnly Property RadialDistortion As Vector3
Property Value
The radial distortion coefficient of the camera.