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

  /external/opencv3/modules/stitching/include/opencv2/stitching/
warpers.hpp 72 @sa detail::CylindricalWarper
74 class CylindricalWarper: public WarperCreator
77 Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::CylindricalWarper>(scale); }
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp 245 class CV_EXPORTS CylindricalWarper : public RotationWarperBase<CylindricalProjector>
252 CylindricalWarper(float scale) { projector_.scale = scale; }
491 class CV_EXPORTS CylindricalWarperGpu : public CylindricalWarper
494 CylindricalWarperGpu(float scale) : CylindricalWarper(scale) {}
  /external/opencv3/modules/stitching/perf/opencl/
perf_warpers.cpp 69 creator = makePtr<CylindricalWarper>();
  /external/opencv3/modules/stitching/test/ocl/
test_warpers.cpp 112 Ptr<WarperCreator> creator = makePtr<CylindricalWarper>();
  /external/opencv3/modules/stitching/src/
warpers.cpp 357 /////////////////////////////////////////// CylindricalWarper ////////////////////////////////////////
359 Rect CylindricalWarper::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap)
395 Point CylindricalWarper::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst)
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 609 warper_creator = makePtr<cv::CylindricalWarper>();

Completed in 98 milliseconds