http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Estimate rigid transformation between 2 images or 2 point sets.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static bool cvEstimateRigidTransform( IntPtr A, IntPtr B, IntPtr M, bool fullAffine ) |
Visual Basic |
---|
Public Shared Function cvEstimateRigidTransform ( _ A As IntPtr, _ B As IntPtr, _ M As IntPtr, _ fullAffine As Boolean _ ) As Boolean |
Visual C++ |
---|
public: static bool cvEstimateRigidTransform( IntPtr A, IntPtr B, IntPtr M, bool fullAffine ) |
Parameters
- A
- Type: System..::..IntPtr
First image or 2D point set (as a 2 channel Matrix<float>)
- B
- Type: System..::..IntPtr
First image or 2D point set (as a 2 channel Matrix<float>)
- M
- Type: System..::..IntPtr
The resulting Matrix<double> that represent the affine transformation
- fullAffine
- Type: System..::..Boolean
Indicates if full affine should be performed