Function findEssentialMat
- findEssentialMat(points1, points2, focal?, pp?, method?, prob?, threshold?): {
E: Mat;
mask: Mat;
} Parameters
Optional
focal: number
Optional
pp: Point2
Optional
method: number
Optional
prob: number
Optional
threshold: number
Returns {
E: Mat;
mask: Mat;
}