Extrinsic camera parameters

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
[SerializableAttribute]
public class ExtrinsicCameraParameters : IEquatable<ExtrinsicCameraParameters>
<SerializableAttribute> _
Public Class ExtrinsicCameraParameters _
	Implements IEquatable(Of ExtrinsicCameraParameters)
[SerializableAttribute]
public ref class ExtrinsicCameraParameters : IEquatable<ExtrinsicCameraParameters^>

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ExtrinsicCameraParameters()()()()
Create the extrinsic camera parameters
ExtrinsicCameraParameters(RotationVector3D, Matrix<(Of <<'(Double>)>>))
Create the extrinsic camera parameters using the specific rotation and translation matrix
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Equals(ExtrinsicCameraParameters)
Return true if the two extrinsic camera parameters are equal
ExtrinsicMatrix
Get the 3 x 4 extrinsic matrix: [[r11 r12 r13 t1] [r21 r22 r23 t2] [r31 r32 r33 t2]]
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RotationVector
Get or Set the rodrigus rotation vector
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TranslationVector
Get or Set the translation vector ( as 3 x 1 matrix)

Inheritance Hierarchy

System..::..Object
  Emgu.CV..::..ExtrinsicCameraParameters

See Also