FSphericalDistortionParameters

Spherical lens distortion parameters All parameters are unitless and represent the coefficients used to undistort a distorted image Refer to the OpenCV camera calibration documentation for the intended units/usage of these parameters: [https://docs.opencv.org/3.4/d9/d0c/group__calib3d.html](https://docs.opencv.org/3.4/d9/d0c/group__calib3d.html)

Windows
MacOS
Linux

References

Module

CameraCalibrationCore

Header

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Models/SphericalLensModel.h

Include

#include "Models/SphericalLensModel.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FSphericalDistortionParameters

Remarks

Spherical lens distortion parameters All parameters are unitless and represent the coefficients used to undistort a distorted image Refer to the OpenCV camera calibration documentation for the intended units/usage of these parameters: https://docs.opencv.org/3.4/d9/d0c/group__calib3d.html

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

K1

Radial coefficient of the r^2 term

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

K2

Radial coefficient of the r^4 term

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

K3

Radial coefficient of the r^6 term

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

P1

First tangential coefficient

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

P2

Second tangential coefficient

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss