mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Updated the stitching module docs
This commit is contained in:
parent
3b92e9518e
commit
0733689583
BIN
modules/stitching/doc/StitchingPipeline.jpg
Normal file
BIN
modules/stitching/doc/StitchingPipeline.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user