unreal.LensDistortionSolverOpenCV

class unreal.LensDistortionSolverOpenCV(outer: Object | None = None, name: Name | str = 'None')

Bases: LensDistortionSolver

Lens Distortion Solver class, supporting anamorphic and spherical models The implementation is largely based on the implementation of calibrateCamera from OpenCV: https://github.com/opencv/opencv

C++ Source:

  • Plugin: CameraCalibration

  • Module: CameraCalibrationEditor

  • File: CameraCalibrationSolver.h