Create the extrinsic camera parameters using the specific rotation and translation matrix
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public ExtrinsicCameraParameters( RotationVector3D rotation, Matrix<double> translation ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ rotation As RotationVector3D, _ translation As Matrix(Of Double) _ ) |
Visual C++ |
---|
public: ExtrinsicCameraParameters( RotationVector3D^ rotation, Matrix<double>^ translation ) |
Parameters
- rotation
- Type: Emgu.CV..::.RotationVector3D
The rotation vector
- translation
- Type: Emgu.CV..::.Matrix<(Of <(Double>)>)
The translation vector