@openhps/opencv
Preparing search index...
cv
findEssentialMatAsync
Function findEssentialMatAsync
findEssentialMatAsync
(
points1
:
Point2
[]
,
points2
:
Point2
[]
,
focal
?:
number
,
pp
?:
Point2
,
method
?:
number
,
prob
?:
number
,
threshold
?:
number
,
)
:
Promise
<
{
E
:
Mat
;
mask
:
Mat
}
>
Parameters
points1
:
Point2
[]
points2
:
Point2
[]
Optional
focal
:
number
Optional
pp
:
Point2
Optional
method
:
number
Optional
prob
:
number
Optional
threshold
:
number
Returns
Promise
<
{
E
:
Mat
;
mask
:
Mat
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@openhps/opencv
Loading...