Home
last modified time | relevance | path

Searched refs:CylindricalWarperGpu (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/
Dwarpers.hpp165 class CylindricalWarperGpu: public WarperCreator class
168 …:RotationWarper> create(float scale) const { return makePtr<detail::CylindricalWarperGpu>(scale); } in create()
/external/opencv3/modules/stitching/src/
Dwarpers_cuda.cpp255 Rect cv::detail::CylindricalWarperGpu::buildMaps(Size src_size, InputArray K, InputArray R, in buildMaps()
279 Point cv::detail::CylindricalWarperGpu::warp(const cuda::GpuMat & src, InputArray K, InputArray R, in warp()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dwarpers.hpp491 class CV_EXPORTS CylindricalWarperGpu : public CylindricalWarper class
494 CylindricalWarperGpu(float scale) : CylindricalWarper(scale) {} in CylindricalWarperGpu() function in cv::detail::CylindricalWarperGpu
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp599 warper_creator = makePtr<cv::CylindricalWarperGpu>(); in main()