diff --git a/modules/stitching/doc/StitchingPipeline.jpg b/modules/stitching/doc/StitchingPipeline.jpg new file mode 100644 index 0000000000..b920c0dc05 Binary files /dev/null and b/modules/stitching/doc/StitchingPipeline.jpg differ diff --git a/modules/stitching/doc/high_level.rst b/modules/stitching/doc/high_level.rst index 1336962d46..dfab615008 100644 --- a/modules/stitching/doc/high_level.rst +++ b/modules/stitching/doc/high_level.rst @@ -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 { diff --git a/modules/stitching/doc/stitching.rst b/modules/stitching/doc/stitching.rst index e47cc79090..eb1577d406 100644 --- a/modules/stitching/doc/stitching.rst +++ b/modules/stitching/doc/stitching.rst @@ -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