mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 18:50:49 +08:00
initial commit
This commit is contained in:
28
doc/js_tutorials/js_tutorials.markdown
Normal file
28
doc/js_tutorials/js_tutorials.markdown
Normal file
@ -0,0 +1,28 @@
|
||||
OpenCV.js Tutorials {#tutorial_js_root}
|
||||
=======================
|
||||
- @subpage tutorial_js_table_of_contents_setup
|
||||
|
||||
Learn how to use OpenCV.js inside your web pages!
|
||||
|
||||
- @subpage tutorial_js_table_of_contents_gui
|
||||
|
||||
Here you will learn how to read and display images and videos, and create trackbar.
|
||||
|
||||
- @subpage tutorial_js_table_of_contents_core
|
||||
|
||||
In this section you will learn some basic operations on image, some mathematical tools and some data structures etc.
|
||||
|
||||
- @subpage tutorial_js_table_of_contents_imgproc
|
||||
|
||||
In this section
|
||||
you will learn different image processing functions inside OpenCV.
|
||||
|
||||
- @subpage tutorial_js_table_of_contents_video
|
||||
|
||||
In this section you
|
||||
will learn different techniques to work with videos like object tracking etc.
|
||||
|
||||
- @subpage tutorial_js_table_of_contents_objdetect
|
||||
|
||||
In this section you
|
||||
will object detection techniques like face detection etc.
|
Reference in New Issue
Block a user