diff --git a/modules/stitching/doc/references.rst b/modules/stitching/doc/introduction.rst similarity index 68% rename from modules/stitching/doc/references.rst rename to modules/stitching/doc/introduction.rst index 33b9828223e622240eccf3a7a691783eb5cc6b40..0e7e367292723b9cdc1f61131eda58adcb00ad10 100644 --- a/modules/stitching/doc/references.rst +++ b/modules/stitching/doc/introduction.rst @@ -1,5 +1,14 @@ +.. _stitching-pipeline: + +Stitching Pipeline +================== + +This figure illustrates the stitching module pipeline implemented in the :ocv:class:`Stitcher` class. Using that class it's possible to configure/remove some steps, i.e. adjust the stitching pipeline according to the particular needs. All building blocks from the pipeline are available in the ``detail`` namespace, one can combine and use them separately. + +.. image:: StitchingPipeline.jpg + References -========== +---------- .. [BL07] M. Brown and D. Lowe. Automatic Panoramic Image Stitching using Invariant Features. International Journal of Computer Vision, 74(1), pages 59-73, 2007.