UNPKG

tracking

Version:

A modern approach for Computer Vision on the web.

11 lines (9 loc) 183 B
(function() { /** * EPnp utility. * @static * @constructor */ tracking.EPnP = {}; tracking.EPnP.solve = function(objectPoints, imagePoints, cameraMatrix) {}; }());