Updated the stitching module docs

This commit is contained in:
Alexey Spizhevoy 2012-01-20 09:06:53 +00:00
parent 3b92e9518e
commit 0733689583
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -7,7 +7,7 @@ Stitcher
--------
.. ocv:class:: Stitcher
High level image stitcher. It's possible to use this class without being aware of the entire stitching pipeline. However, to be able to achieve higher stitching stability and quality of the final images at least being familiar with the theory is recommended. ::
High level image stitcher. It's possible to use this class without being aware of the entire stitching pipeline. However, to be able to achieve higher stitching stability and quality of the final images at least being familiar with the theory is recommended (see :ref:`stitching-pipeline`). ::
class CV_EXPORTS Stitcher
{

View File

@ -5,6 +5,7 @@ stitching. Images stitching
.. toctree::
:maxdepth: 2
introduction
high_level
camera
matching
@ -14,6 +15,5 @@ stitching. Images stitching
seam_estimation
exposure_compensation
blenders
references