unrealcv / unrealcv

UnrealCV: Connecting Computer Vision to Unreal Engine
https://unrealcv.org
MIT License
1.86k stars 432 forks source link

What are the internal parameters of FunsionCamSensor #236

Closed KSdong closed 1 year ago

KSdong commented 1 year ago

What are the internal parameters of FunsionCamSensor? intrinsic_2d_camera intrinsic_3d_camera dist_coefficients intrinsic intrinsic_cam2d_in_cam3d

zfw1226 commented 1 year ago

You can refer to some existing blogs for more details, such as The intrinsic of UnrealCV camera, and Convert Ray-Distance Returned from UnrealCV To Depth Map.