HomeSort by relevance Sort by last modified time
    Searched refs:stitch (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/stitching/perf/opencl/
perf_stitch.cpp 20 typedef TestBaseWithParam<string> stitch; typedef
28 OCL_PERF_TEST_P(stitch, a123, TEST_DETECTORS)
57 stitcher.stitch(imgs, pano);
67 OCL_PERF_TEST_P(stitch, b12, TEST_DETECTORS)
94 stitcher.stitch(imgs, pano);
104 OCL_PERF_TEST_P(stitch, boat, TEST_DETECTORS)
136 stitcher.stitch(imgs, pano);
  /external/opencv3/modules/stitching/perf/
perf_stich.cpp 16 typedef TestBaseWithParam<string> stitch; typedef
27 PERF_TEST_P(stitch, a123, TEST_DETECTORS)
55 stitcher.stitch(imgs, pano);
65 PERF_TEST_P(stitch, b12, TEST_DETECTORS)
92 stitcher.stitch(imgs, pano);
  /external/opencv3/samples/cpp/
stitching.cpp 66 Stitcher::Status status = stitcher.stitch(imgs, pano);
70 cout << "Can't stitch images, error code = " << int(status) << endl;
  /external/opencv3/modules/stitching/include/opencv2/
stitching.hpp 178 Stitcher::stitch.
193 Stitcher::stitch.
202 CV_WRAP Status stitch(InputArrayOfArrays images, OutputArray pano);
203 /** @brief These functions try to stitch the given images.
210 Status stitch(InputArrayOfArrays images, const std::vector<std::vector<Rect> > &rois, OutputArray pano);
  /external/opencv3/modules/stitching/src/
stitcher.cpp 361 Stitcher::Status Stitcher::stitch(InputArrayOfArrays images, OutputArray pano) function in class:cv::Stitcher
370 Stitcher::Status Stitcher::stitch(InputArrayOfArrays images, const std::vector<std::vector<Rect> > &rois, OutputArray pano) function in class:cv::Stitcher
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 93 this->stitch();
205 void stitch() {
234 // Set up TurbulenceInitial stitch values.
378 // Set up TurbulenceInitial stitch values.
394 // Update stitch values
    [all...]
  /external/skia/experimental/SkPerlinNoiseShader2/
SkPerlinNoiseShader2.cpp 125 this->stitch();
261 void stitch() {
290 // Set up TurbulenceInitial stitch values.
446 // Set up TurbulenceInitial stitch values.
462 // Update stitch values
    [all...]

Completed in 245 milliseconds