TechStark / opencv-js

OpenCV JavaScript version for node.js or browser
Apache License 2.0
357 stars 32 forks source link

Missing functions #5

Closed sercanov closed 2 years ago

sercanov commented 2 years ago

There are some functions missing even they're defined in types like solvePnPGeneric getVersionString Did some research but not much results on internet, not surprisingly. Could it be emscripten thing?

ttt43ttt commented 2 years ago

@sercanov I'm not sure what's the root cause either. I've listed all available functions here https://github.com/TechStark/opencv-js#what-methodsproerties-are-available

  "solve",
  "solvePnP",
  "solvePnPRansac",
  "solvePnPRansac1",
  "solvePnPRefineLM",
  "solvePoly",