Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
359acc0d
Commit
359acc0d
authored
Feb 12, 2016
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tutorials: moved imgcodecs and videoio tutorials to separate pages
parent
24da1ba3
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
28 additions
and
23 deletions
+28
-23
table_of_content_highgui.markdown
doc/tutorials/highgui/table_of_content_highgui.markdown
+1
-14
gdal-io.jpg
doc/tutorials/imgcodecs/images/gdal-io.jpg
+0
-0
gdal_flood-zone.jpg
...utorials/imgcodecs/raster-gdal/images/gdal_flood-zone.jpg
+0
-0
gdal_heat-map.jpg
doc/tutorials/imgcodecs/raster-gdal/images/gdal_heat-map.jpg
+0
-0
gdal_output.jpg
doc/tutorials/imgcodecs/raster-gdal/images/gdal_output.jpg
+0
-0
raster_io_gdal.markdown
doc/tutorials/imgcodecs/raster-gdal/raster_io_gdal.markdown
+1
-1
table_of_content_highgui.markdown
doc/tutorials/imgcodecs/table_of_content_highgui.markdown
+12
-0
tutorials.markdown
doc/tutorials/tutorials.markdown
+9
-6
intelperc.markdown
doc/tutorials/videoio/intelperc.markdown
+0
-0
kinect_openni.markdown
doc/tutorials/videoio/kinect_openni.markdown
+0
-0
table_of_content_videoio.markdown
doc/tutorials/videoio/table_of_content_videoio.markdown
+5
-2
gdal-image.cpp
samples/cpp/tutorial_code/imgcodecs/GDAL_IO/gdal-image.cpp
+0
-0
No files found.
doc/tutorials/highgui/table_of_content_highgui.markdown
View file @
359acc0d
High Level GUI and Media (highgui module) {#tutorial_table_of_content_highgui}
=========================================
This section contains valuable tutorials about how to read/save your image/video files and how to
use the built-in graphical user interface of the library.
This section contains tutorials about how to use the built-in graphical user interface of the library.
-
@subpage tutorial_trackbar
...
...
@@ -11,15 +10,3 @@ use the built-in graphical user interface of the library.
*Author:* Ana Huamán
We will learn how to add a Trackbar to our applications
-
@subpage tutorial_raster_io_gdal
*Compatibility:* \> OpenCV 2.0
*Author:* Marvin Smith
Read common GIS Raster and DEM files to display and manipulate geographic data.
-
@subpage tutorial_kinect_openni
-
@subpage tutorial_intelperc
doc/tutorials/
highgui
/images/gdal-io.jpg
→
doc/tutorials/
imgcodecs
/images/gdal-io.jpg
View file @
359acc0d
File moved
doc/tutorials/
highgui
/raster-gdal/images/gdal_flood-zone.jpg
→
doc/tutorials/
imgcodecs
/raster-gdal/images/gdal_flood-zone.jpg
View file @
359acc0d
File moved
doc/tutorials/
highgui
/raster-gdal/images/gdal_heat-map.jpg
→
doc/tutorials/
imgcodecs
/raster-gdal/images/gdal_heat-map.jpg
View file @
359acc0d
File moved
doc/tutorials/
highgui
/raster-gdal/images/gdal_output.jpg
→
doc/tutorials/
imgcodecs
/raster-gdal/images/gdal_output.jpg
View file @
359acc0d
File moved
doc/tutorials/
highgui
/raster-gdal/raster_io_gdal.markdown
→
doc/tutorials/
imgcodecs
/raster-gdal/raster_io_gdal.markdown
View file @
359acc0d
...
...
@@ -28,7 +28,7 @@ of the bay rise 10, 50, and 100 meters.
Code
----
@include cpp/tutorial_code/
HighGUI
/GDAL_IO/gdal-image.cpp
@include cpp/tutorial_code/
imgcodecs
/GDAL_IO/gdal-image.cpp
How to Read Raster Data using GDAL
----------------------------------
...
...
doc/tutorials/imgcodecs/table_of_content_highgui.markdown
0 → 100644
View file @
359acc0d
Image Input and Output (imgcodecs module) {#tutorial_table_of_content_imgcodecs}
=========================================
This section contains tutorials about how to read/save your image files.
-
@subpage tutorial_raster_io_gdal
*Compatibility:* \> OpenCV 2.0
*Author:* Marvin Smith
Read common GIS Raster and DEM files to display and manipulate geographic data.
doc/tutorials/tutorials.markdown
View file @
359acc0d
...
...
@@ -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.
doc/tutorials/
highgui
/intelperc.markdown
→
doc/tutorials/
videoio
/intelperc.markdown
View file @
359acc0d
File moved
doc/tutorials/
highgui
/kinect_openni.markdown
→
doc/tutorials/
videoio
/kinect_openni.markdown
View file @
359acc0d
File moved
doc/tutorials/videoio/table_of_content_videoio.markdown
View file @
359acc0d
...
...
@@ -16,4 +16,8 @@ This section contains tutorials about how to read/save your video files.
*Compatibility:* \> OpenCV 2.0
*Author:*
Bernát Gábor
\ No newline at end of file
*Author:* Bernát Gábor
-
@subpage tutorial_kinect_openni
-
@subpage tutorial_intelperc
samples/cpp/tutorial_code/
HighGUI
/GDAL_IO/gdal-image.cpp
→
samples/cpp/tutorial_code/
imgcodecs
/GDAL_IO/gdal-image.cpp
View file @
359acc0d
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment