Click or drag to resize
ExtrinsicCameraParameters Constructor (RotationVector3D, MatrixDouble)
http://www.emgu.com
Create the extrinsic camera parameters using the specific rotation and translation matrix

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public ExtrinsicCameraParameters(
	RotationVector3D rotation,
	Matrix<double> translation
)

Parameters

rotation
Type: Emgu.CVRotationVector3D
The rotation vector
translation
Type: Emgu.CVMatrixDouble
The translation vector
See Also