| Icon | Member | Description |
|---|---|---|
| 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
|