You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to write markerless ar on js by using open CV.
I am very early in JS (I am C++/python developer).
In standart opencv.js package I don't find this Structures
Point3f
solvePnP
findHomogpaphy
Аnd etc.
As I understand I need to compile some opencv modules (features 2d, calib3d, impoc, objdetect, ml) to js. How to do it? Do you have pre-compiled modules?
The text was updated successfully, but these errors were encountered:
I am trying to write markerless ar on js by using open CV.
I am very early in JS (I am C++/python developer).
In standart opencv.js package I don't find this Structures
As I understand I need to compile some opencv modules (features 2d, calib3d, impoc, objdetect, ml) to js. How to do it? Do you have pre-compiled modules?
The text was updated successfully, but these errors were encountered: