CvMatDecomposeProjectionMatrix Method (CvMat, CvMat, CvMat) OpenCvSharp Class Library
Computes projection matrix decomposition

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void DecomposeProjectionMatrix(
	CvMat calibMatr,
	CvMat rotMatr,
	CvMat posVect
)

Parameters

calibMatr
Type: OpenCvSharpCvMat
The output 3x3 internal calibration matrix K
rotMatr
Type: OpenCvSharpCvMat
The output 3x3 external rotation matrix R
posVect
Type: OpenCvSharpCvMat
The output 4x1 external homogenious position vector C
See Also

Reference