mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Updated the stitching module docs
This commit is contained in:
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user