Emgu CV Library Documentation
FindHomography Method
NamespacesEmgu.CVCameraCalibrationFindHomography()()()

www.emgu.com/wiki
Members
IconMemberDescription
FindHomography(Matrix<(Of <(Single>)>), Matrix<(Of <(Single>)>))
Use all points to find perspective transformation H=||h_ij|| between the source and the destination planes

FindHomography(Matrix<(Of <(Single>)>), Matrix<(Of <(Single>)>), Double)
Use RANDSAC to finds perspective transformation H=||h_ij|| between the source and the destination planes

FindHomography(Matrix<(Of <(Single>)>), Matrix<(Of <(Single>)>), HOMOGRAPHY_METHOD, Double)
Use the specific method to find perspective transformation H=||h_ij|| between the source and the destination planes

FindHomography(array<PointF>[]()[], array<PointF>[]()[], HOMOGRAPHY_METHOD, Double)
Finds perspective transformation H=||h_ij|| between the source and the destination planes

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)