@openhps/opencv
Preparing search index...
cv
projectPointsAsync
Function projectPointsAsync
projectPointsAsync
(
objectPoints
:
Point3
[]
,
imagePoints
:
Point2
[]
,
rvec
:
Vec3
,
tvec
:
Vec3
,
cameraMatrix
:
Mat
,
distCoeffs
:
number
[]
,
aspectRatio
?:
number
,
)
:
Promise
<
{
imagePoints
:
Point2
[]
;
jacobian
:
Mat
}
>
Parameters
objectPoints
:
Point3
[]
imagePoints
:
Point2
[]
rvec
:
Vec3
tvec
:
Vec3
cameraMatrix
:
Mat
distCoeffs
:
number
[]
Optional
aspectRatio
:
number
Returns
Promise
<
{
imagePoints
:
Point2
[]
;
jacobian
:
Mat
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@openhps/opencv
Loading...