Tutorials: moved imgcodecs and videoio tutorials to separate pages

This commit is contained in:
Maksim Shabunin
2016-02-12 13:35:46 +03:00
parent 24da1ba3dc
commit 359acc0d33
12 changed files with 28 additions and 22 deletions

View File

@@ -25,10 +25,17 @@ As always, we would be happy to hear your comments and receive your contribution
- @subpage tutorial_table_of_content_highgui
This section
contains valuable tutorials about how to read/save your image/video files and how to use the
This section contains valuable tutorials about how to use the
built-in graphical user interface of the library.
- @subpage tutorial_table_of_content_imgcodecs
These tutorials show how to read and write images using imgcodecs module.
- @subpage tutorial_table_of_content_videoio
These tutorials show how to read and write videos using videio module.
- @subpage tutorial_table_of_content_calib3d
Although we got
@@ -71,10 +78,6 @@ As always, we would be happy to hear your comments and receive your contribution
Run OpenCV and your vision apps on an iDevice
- @subpage tutorial_table_of_content_videoio
These tutorials show how to read and write videos using videio module.
- @subpage tutorial_table_of_content_viz
These tutorials show how to use Viz module effectively.