TechStark / opencv-js

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

Documentation and Commands list #42

Open a4992214 opened 8 months ago

a4992214 commented 8 months ago

How can I find the functions/commands list and any documentation for them?

Looking at https://docs.opencv.org/4.8.0/opencv.js - you can't see the commands that are available (which makes this very difficult to use)

ttt43ttt commented 8 months ago

https://docs.opencv.org/4.8.0/d5/d10/tutorial_js_root.html

a4992214 commented 8 months ago

Thanks - but it's not really what was looking for - I was hoping for a list of each function and its arguments - and what the function does with examples ideally