Home | History | Annotate | Download | only in opencv2

Lines Matching refs:Stitcher

59 This figure illustrates the stitching module pipeline implemented in the Stitcher class. Using that
84 /** @brief High level image stitcher.
96 class CV_EXPORTS_W Stitcher
108 // Stitcher() {}
109 /** @brief Creates a stitcher with the default parameters.
112 @return Stitcher class instance.
114 static Stitcher createDefault(bool try_use_gpu = false);
178 Stitcher::stitch.
193 Stitcher::stitch.
217 //Stitcher() {}
251 CV_EXPORTS_W Ptr<Stitcher> createStitcher(bool try_use_gpu = false);