Home
last modified time | relevance | path

Searched refs:SphericalWarper (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/stitching/perf/opencl/
Dperf_stitch.cpp53 stitcher.setWarper(makePtr<SphericalWarper>()); in OCL_PERF_TEST_P()
90 stitcher.setWarper(makePtr<SphericalWarper>()); in OCL_PERF_TEST_P()
132 stitcher.setWarper(makePtr<SphericalWarper>()); in OCL_PERF_TEST_P()
Dperf_warpers.cpp67 creator = makePtr<SphericalWarper>(); in WarperBase()
/external/opencv3/modules/stitching/include/opencv2/stitching/
Dwarpers.hpp81 class SphericalWarper: public WarperCreator class
84 …Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::SphericalWarper>(sc… in create()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dwarpers.hpp220 class CV_EXPORTS SphericalWarper : public RotationWarperBase<SphericalProjector> class
227 SphericalWarper(float scale) { projector_.scale = scale; } in SphericalWarper() function in cv::detail::SphericalWarper
459 class CV_EXPORTS SphericalWarperGpu : public SphericalWarper
462 SphericalWarperGpu(float scale) : SphericalWarper(scale) {} in SphericalWarperGpu()
/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp51 stitcher.setWarper(makePtr<SphericalWarper>()); in PERF_TEST_P()
88 stitcher.setWarper(makePtr<SphericalWarper>()); in PERF_TEST_P()
/external/opencv3/modules/stitching/src/
Dwarpers.cpp223 void SphericalWarper::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi()
311 Rect SphericalWarper::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, Output… in buildMaps()
346 Point SphericalWarper::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border… in warp()
Dstitcher.cpp78 stitcher.setWarper(makePtr<SphericalWarper>()); in createDefault()
566 stitcher->setWarper(makePtr<SphericalWarper>()); in createStitcher()
/external/opencv3/modules/stitching/test/ocl/
Dtest_warpers.cpp91 Ptr<WarperCreator> creator = makePtr<SphericalWarper>(); in OCL_TEST_F()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp611 warper_creator = makePtr<cv::SphericalWarper>(); in main()