ExtrinsicCameraParameters Class |
Note: This API is now obsolete.
Namespace: Emgu.CV
The ExtrinsicCameraParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExtrinsicCameraParameters |
Create the extrinsic camera parameters
|
![]() | ExtrinsicCameraParameters(RotationVector3D, MatrixDouble) |
Create the extrinsic camera parameters using the specific rotation and translation matrix
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(ExtrinsicCameraParameters) |
Return true if the two extrinsic camera parameters are equal
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ExtrinsicMatrix |
Get the 3 x 4 extrinsic matrix: [[r11 r12 r13 t1] [r21 r22 r23 t2] [r31 r32 r33 t2]]
|
![]() | RotationVector |
Get or Set the rodrigus rotation vector
|
![]() | TranslationVector |
Get or Set the translation vector ( as 3 x 1 matrix)
|