stitch            202 modules/stitching/include/opencv2/stitching.hpp     CV_WRAP Status stitch(InputArrayOfArrays images, OutputArray pano);
stitch            210 modules/stitching/include/opencv2/stitching.hpp     Status stitch(InputArrayOfArrays images, const std::vector<std::vector<Rect> > &rois, OutputArray pano);
stitch             28 modules/stitching/perf/opencl/perf_stitch.cpp OCL_PERF_TEST_P(stitch, a123, TEST_DETECTORS)
stitch             57 modules/stitching/perf/opencl/perf_stitch.cpp         stitcher.stitch(imgs, pano);
stitch             67 modules/stitching/perf/opencl/perf_stitch.cpp OCL_PERF_TEST_P(stitch, b12, TEST_DETECTORS)
stitch             94 modules/stitching/perf/opencl/perf_stitch.cpp         stitcher.stitch(imgs, pano);
stitch            104 modules/stitching/perf/opencl/perf_stitch.cpp OCL_PERF_TEST_P(stitch, boat, TEST_DETECTORS)
stitch            136 modules/stitching/perf/opencl/perf_stitch.cpp         stitcher.stitch(imgs, pano);
stitch             27 modules/stitching/perf/perf_stich.cpp PERF_TEST_P(stitch, a123, TEST_DETECTORS)
stitch             55 modules/stitching/perf/perf_stich.cpp         stitcher.stitch(imgs, pano);
stitch             65 modules/stitching/perf/perf_stich.cpp PERF_TEST_P(stitch, b12, TEST_DETECTORS)
stitch             92 modules/stitching/perf/perf_stich.cpp         stitcher.stitch(imgs, pano);
stitch             66 samples/cpp/stitching.cpp     Stitcher::Status status = stitcher.stitch(imgs, pano);