UNPKG
tracking
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
0.0.1
A modern approach for Computer Vision on the web.
trackingjs.com
eduardolundgren/tracking.js
tracking
/
src
/
pose
/
EPnP.js
11 lines
(9 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
(
function
(
)
{
/** * EPnp utility. *
@static
*
@constructor
*/
tracking.EPnP = {}; tracking.EPnP.solve =
function
(
objectPoints, imagePoints, cameraMatrix
)
{}; }());