www.emgu.com/wiki
Finds perspective transformation H=||h_ij|| between the source and the destination planes

Declaration Syntax

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.
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)