[This is preliminary documentation and is subject to change.]
Use all points to find perspective transformation H=||h_ij|| between the source and the destination planes
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Parameters
- srcPoints
- Matrix<(Of <(Single>)>)
Point coordinates in the original plane, 2xN, Nx2, 3xN or Nx3 array (the latter two are for representation in homogenious coordinates), where N is the number of points
- dstPoints
- Matrix<(Of <(Single>)>)
Point coordinates in the destination plane, 2xN, Nx2, 3xN or Nx3 array (the latter two are for representation in homogenious coordinates)
Return Value
The 3x3 homography matrix.
See Also