compute Pinhole Camera Intrinsics And Return New
fun computePinholeCameraIntrinsicsAndReturnNew(projectionMatrix: FloatArray, width: Int, height: Int): PinholeCameraIntrinsicParameters
Computes pinhole camera intrinsic parameters from provided projection matrix and viewport size.
Return
computed pinhole camera intrinsic parameters.
Parameters
projection Matrix
array containing values of 4x4 matrix defining projection matrix.
width
width of viewport expressed in pixels.
height
height of viewport expressed in pixels.