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