[This is preliminary documentation and is subject to change.]
Overload List
Name | Description |
---|---|
FindHomography(Matrix<(Of <(Single>)>), Matrix<(Of <(Single>)>)) | Obsolete.
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) | Obsolete.
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
|