ahmetozlu / augmented_reality

:gem: "Marker-less Augmented Reality" with OpenCV and OpenGL.
https://www.youtube.com/watch?v=nPfR5ACrqu0
MIT License
208 stars 55 forks source link

Portable for WebAR #3

Closed pablopalma closed 3 years ago

pablopalma commented 5 years ago

Hi! This can be portable for WebAR? i.e OpenCV.js or some way to transpile for web?

Thanks, Pablo.

ahmetozlu commented 3 years ago

I used native OpenCV (c++) for this project but the algorithm can be implemented on OpenCV.js for sure. There is not ready solution to migrate this project directly to OpenCV.js, you must to implement the whole pipe-line.