unreal.MetaHumanCalibrationDiagnosticsOptions¶
- class unreal.MetaHumanCalibrationDiagnosticsOptions(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectOptions that will used as part of the camera calibration diagnostics process
C++ Source:
Plugin: MetaHumanCalibrationDiagnostics
Module: MetaHumanCalibrationDiagnostics
File: MetaHumanCalibrationDiagnosticsOptions.h
Editor Properties: (see get_editor_property/set_editor_property)
area_of_interests_for_cameras(Array[MetaHumanAreaOfInterest]): [Read-Write] Area for which the calibration diagnostics will be presentedcamera_calibration(CameraCalibration): [Read-Write] Calibration that will be used to run the diagnosticsfeature_match_error_threshold(double): [Read-Write] Maximum acceptable feature match reprojection error for which the detected points will be considered validreprojection_error_threshold(double): [Read-Only] Maximum acceptable reprojection error for detected points to be considered validNote: The points and lines drawn will be colored using an HSL gradient: 0 = green, 1 = red, with intermediate values transitioning smoothly.
rms_error_threshold(double): [Read-Write] Maximum acceptable root mean square (RMS) reprojection error for calibration to be considered validNote: The points and lines drawn will be colored using an HSL gradient: 0 = green, 1 = red, with intermediate values transitioning smoothly.
- property area_of_interests_for_cameras: None¶
[Read-Write] Area for which the calibration diagnostics will be presented
- Type:
- property camera_calibration: CameraCalibration¶
[Read-Write] Calibration that will be used to run the diagnostics
- Type:
- property feature_match_error_threshold: float¶
[Read-Write] Maximum acceptable feature match reprojection error for which the detected points will be considered valid
- Type:
(double)
- property reprojection_error_threshold: float¶
[Read-Only] Maximum acceptable reprojection error for detected points to be considered valid
Note: The points and lines drawn will be colored using an HSL gradient: 0 = green, 1 = red, with intermediate values transitioning smoothly.
- Type:
(double)
- property rms_error_threshold: float¶
[Read-Write] Maximum acceptable root mean square (RMS) reprojection error for calibration to be considered valid
Note: The points and lines drawn will be colored using an HSL gradient: 0 = green, 1 = red, with intermediate values transitioning smoothly.
- Type:
(double)