From a9d19b1394355042a45b49a29968d83162c3444f Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Fri, 20 Jan 2012 09:07:52 +0000 Subject: [PATCH] Updated the stitching module docs --- .../doc/{references.rst => introduction.rst} | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) rename modules/stitching/doc/{references.rst => introduction.rst} (68%) 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 33b982822..0e7e36729 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.