New structure (following the documentation) for the tutorials. Normalized image sizes for TOC display.

This commit is contained in:
Bernat Gabor
2011-06-23 21:55:24 +00:00
parent ea70a5ffd6
commit 9426249a88
140 changed files with 3683 additions and 247 deletions

View File

@@ -1,250 +1,155 @@
.. toctree::
Tutorials
=========
The following links describe a set of basic OpenCV tutorials. All the source code mentioned here is provide as part of the OpenCV regular releases, so check before you start copy & pasting the code. The list of tutorials below is automatically generated from reST files located in our SVN repository.
.. note::
YouTube videos yet to come...we have to think about them!
As always, we would be happy to hear your comments and receive your contributions on any tutorial.
* **INTRO**
.. toctree::
:maxdepth: 2
:hidden:
introduction/table_of_content_introduction/table_of_content_introduction
core/table_of_content_core/table_of_content_core
imgproc/table_of_content_imgproc/table_of_content_imgproc
highgui/table_of_content_highgui/table_of_content_highgui
calib3d/table_of_content_calib3d/table_of_content_calib3d
features2d/table_of_content_features2d/table_of_content_features2d
video/table_of_content_video/table_of_content_video
objdetect/table_of_content_objdetect/table_of_content_objdetect
ml/table_of_content_ml/table_of_content_ml
gpu/table_of_content_gpu/table_of_content_gpu
general/table_of_content_general/table_of_content_general
* :ref:`Table-Of-Content-Introduction`
* :ref:`Linux_Installation`
=============== ======================================================
|Install_Linux| *Title:* **Installation steps in Linux**
*Compatibility:* > OpenCV 2.0
We will learn how to setup OpenCV in your computer!
=============== ======================================================
.. |Install_Linux| image:: Intro/Linux_Installation/images/ubuntu_logo.jpeg
:height: 120pt
* :ref:`Windows_Installation`
=========== =======================================================
|Introduct| You will learn how to setup OpenCV on your computer!
================= ======================================================
|Install_Windows| *Title:* **Installation steps in Windows**
=========== =======================================================
.. |Introduct| image:: images/introduction.png
:height: 80pt
:width: 80pt
:alt: Introduction Icon
* :ref:`Table-Of-Content-Core`
=========== =======================================================
|Core| Here you will learn the about the basic building blocks of the library. A must read and know for understanding how to manipulate the images on a pixel level.
=========== =======================================================
.. |Core| image:: images/core.png
:height: 80pt
:width: 80pt
:alt: core Icon
* :ref:`Table-Of-Content-ImgProc`
=========== =======================================================
|ImgProc| In this section you will learn about the image processing (manipulation) functions inside OpenCV.
=========== =======================================================
.. |ImgProc| image:: images/imgproc.png
:height: 80pt
:width: 80pt
:alt: imgproc Icon
* :ref:`Table-Of-Content-HighGui`
=========== =======================================================
|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.
=========== =======================================================
.. |HighGui| image:: images/highgui.png
:height: 80pt
:width: 80pt
:alt: highgui Icon
* :ref:`Table-Of-Content-Calib3D`
=========== =======================================================
|Calib3D| Although we got most of our images in a 2D format they do come from a 3D world. Here you will learn how to find out from the 2D images information about the 3D world.
=========== =======================================================
.. |Calib3D| image:: images/calib3d.png
:height: 80pt
:width: 80pt
:alt: calib3d Icon
* :ref:`Table-Of-Content-Feature2D`
=========== =======================================================
|Featur2D| Learn about how to use the feature points detectors, descriptors and matching framework found inside OpenCV.
=========== =======================================================
.. |Featur2D| image:: images/feature2D.png
:height: 80pt
:width: 80pt
:alt: feature2D Icon
* :ref:`Table-Of-Content-Video`
=========== =======================================================
|Video| Look here in order to find use on your video stream algoritms like: motion extraction, feature tracking and foreground extractions.
=========== =======================================================
.. |Video| image:: images/video.png
:height: 80pt
:width: 80pt
:alt: video Icon
* :ref:`Table-Of-Content-ObjDetect`
=========== =======================================================
|ObjDetect| Ever wondered how your digital camera detects peoples and faces? Look here to find out!
=========== =======================================================
.. |ObjDetect| image:: images/objdetect.png
:height: 80pt
:width: 80pt
:alt: objdetect Icon
* :ref:`Table-Of-Content-Ml`
=========== =======================================================
|ml| Use the powerfull machine learning classes for statistical classification, regression and clustering of data.
=========== =======================================================
.. |ml| image:: images/ml.png
:height: 80pt
:width: 80pt
:alt: ml Icon
* :ref:`Table-Of-Content-GPU`
=========== =======================================================
|GPU| Squeeze out every little computation power from your system by using the power of your video card to run the OpenCV algorithms.
=========== =======================================================
.. |GPU| image:: images/gpu.png
:height: 80pt
:width: 80pt
:alt: gpu icon
* :ref:`Table-Of-Content-General`
=========== =======================================================
|General| These tutorials are the bottom of the iceberg as they link together multiple of the modules presented above in order to solve complex problems.
=========== =======================================================
.. |General| image:: images/general.png
:height: 80pt
:width: 80pt
:alt: General Icon
*Compatibility:* > OpenCV 2.0
You will learn how to setup OpenCV in your Windows Operating System!
================= ======================================================
.. |Install_Windows| image:: Intro/Windows_Installation/images/windows_logo.jpg
:height: 120pt
* :ref:`Linux_GCC_Usage`
=================== ======================================================
|Usage_Linux_GCC| *Title:* **Using OpenCV with gcc (and CMake)**
*Compatibility:* > OpenCV 2.0
We will learn how to compile your first project using gcc and CMake
=================== ======================================================
.. |Usage_Linux_GCC| image:: Intro/Linux_GCC_Usage/images/gccegg-65-2.png
:height: 120pt
* :ref:`Linux_Eclipse_Usage`
======================= ======================================================
|Usage_Linux_Eclipse| *Title:* **Using OpenCV with Eclipse (CDT plugin)**
*Compatibility:* > OpenCV 2.0
We will learn how to compile your first project using the Eclipse environment
======================= ======================================================
.. |Usage_Linux_Eclipse| image:: Intro/Linux_Eclipse_Usage/images/eclipse_cpp_logo.jpeg
:height: 120pt
* :ref:`Display_Image`
================= ======================================================
|Display_Image| *Title:* **Display an Image**
*Compatibility:* > OpenCV 2.0
We will learn how to display an image using OpenCV
================= ======================================================
.. |Display_Image| image:: Intro/Display_Image/images/Display_Image_Tutorial_Result.png
:height: 120pt
* :ref:`Load_Save_Image`
================== ======================================================
|Load_Save_Image| *Title:* **Load and save an Image**
*Compatibility:* > OpenCV 2.0
We will learn how to save an Image in OpenCV...plus a small conversion to grayscale
================== ======================================================
.. |Load_Save_Image| image:: Intro/Load_Save_Image/images/Load_Save_Image_Result_1.png
:height: 150pt
* **CX CORE**
* :ref:`Drawing_1`
=============== ======================================================
|Drawing_1| *Title:* **Basic Drawing**
*Compatibility:* > OpenCV 2.0
We will learn how to draw simple geometry with OpenCV!
=============== ======================================================
.. |Drawing_1| image:: CxCore/Matrix/Drawing_1/images/Drawing_1_Tutorial_Result_0.png
:height: 200pt
* :ref:`Drawing_2`
=============== ======================================================
|Drawing_2| *Title:* **Cool Drawing**
*Compatibility:* > OpenCV 2.0
We will draw some *fancy-looking* stuff using OpenCV!
=============== ======================================================
.. |Drawing_2| image:: CxCore/Matrix/Drawing_2/images/Drawing_2_Tutorial_Result_7.png
:height: 200pt
* **IMAGE PROCESSING**
* :ref:`Basic_Linear_Transform`
========================== =========================================================
|Basic_Linear_Transform| *Title:* **Changing the contrast and brightness of an image**
*Compatibility:* > OpenCV 2.0
We will learn how to change our image appearance!
========================== =========================================================
.. |Basic_Linear_Transform| image:: ImgProc/Basic_Linear_Transforms/images/Basic_Linear_Transform_Tutorial_Result_0.png
:height: 200pt
* :ref:`Adding_Images`
================= ======================================================
|Adding_Images| *Title:* **Linear Blending**
*Compatibility:* > OpenCV 2.0
We will learn how to blend two images!
================= ======================================================
.. |Adding_Images| image:: ImgProc/Adding_Images/images/Adding_Images_Tutorial_Result_0.png
:height: 200pt
* :ref:`Adding_Trackbars`
==================== ======================================================
|Adding_Trackbars| *Title:* **Creating Trackbars**
*Compatibility:* > OpenCV 2.0
We will learn how to add a Trackbar to our applications
==================== ======================================================
.. |Adding_Trackbars| image:: HighGUI/Adding_Trackbars/images/Adding_Trackbars_Tutorial_Cover.png
:height: 200pt
* :ref:`Smoothing`
===================== ======================================================
|Smoothing| *Title:* **Smoothing Images**
*Compatibility:* > OpenCV 2.0
Let's take a look at some basic linear filters!
===================== ======================================================
.. |Smoothing| image:: ImgProc/Smoothing/images/Smoothing_Tutorial_Cover.png
:height: 200pt
* :ref:`Morphology_1`
===================== ======================================================
|Morphology_1| *Title:* **Erosion and Dilation**
*Compatibility:* > OpenCV 2.0
Let's *change* the shape of objects!
===================== ======================================================
.. |Morphology_1| image:: ImgProc/Morphology_1/images/Morphology_1_Tutorial_Cover.png
:height: 200pt
* :ref:`Morphology_2`
===================== ======================================================
|Morphology_2| *Title:* **More advanced Morphology Transformations**
*Compatibility:* > OpenCV 2.0
Here we investigate different morphology operators
===================== ======================================================
.. |Morphology_2| image:: ImgProc/Morphology_2/images/Morphology_2_Tutorial_Cover.png
:height: 200pt
* :ref:`Pyramids`
===================== ======================================================
|Pyramids| *Title:* **Image Pyramids**
*Compatibility:* > OpenCV 2.0
What if I need a bigger/smaller image?
===================== ======================================================
.. |Pyramids| image:: ImgProc/Pyramids/images/Pyramids_Tutorial_Cover.png
:height: 200pt
* :ref:`Basic_Threshold`
===================== ======================================================
|Threshold| *Title:* **Basic Thresholding Operations**
*Compatibility:* > OpenCV 2.0
After so much processing, it is time to decide which pixels stay!
===================== ======================================================
.. |Threshold| image:: ImgProc/Threshold/images/Threshold_Tutorial_Cover.png
:height: 200pt