Start » Filter Reference » OpenCV » Camera Calibration And 3D Reconstruction » cvDecomposeProjectionMatrix
Module: | OpenCV |
---|
Decomposes a projection matrix into a rotation matrix and a camera intrinsic matrix.
Name | Type | Description | |
---|---|---|---|
inProjection | Matrix | ||
inCameraMatrix | Matrix | ||
outRotationMatrix | Matrix | ||
outTranslation | Matrix | ||
outRotationX | Matrix | ||
outRotationY | Matrix | ||
outRotationZ | Matrix | ||
outEulerAngles | Matrix |
Complexity Level
This filter is available on Basic Complexity Level.