eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

augmented reality? #389

Open Marcus5234 opened 4 years ago

Marcus5234 commented 4 years ago

Can I use this library for image based augmented reality? That is, image tracking like in Vuforia. I don't see any examples involving augmented reality.

nickw1 commented 3 years ago

It is apparently possible, yes, according to an email I received from one of the leading people in the web AR world. Indeed, I am planning to investigate the use of tracking.js to detect surfaces (in order to add plane detection to AR.js). The next stage then, according to the information I have received, is to run the feature points through a solvePnP function to convert 2D feature points to 3D world coordinates.

Anyway, as and when I progress on this I will post an update here.

marcusx2 commented 2 years ago

Not only to detect surfaces, but for image tracking, marker tracking, face tracking(masks, filters). This library could be used for all of it probably.

harisraharjo commented 2 years ago

Any update on your project? Is it a success? @nickw1