HomeSort by relevance Sort by last modified time
    Searched defs:CylindricalWarperGpu (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/
warpers.hpp 165 class CylindricalWarperGpu: public WarperCreator
168 Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::CylindricalWarperGpu>(scale); }
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp 491 class CV_EXPORTS CylindricalWarperGpu : public CylindricalWarper
494 CylindricalWarperGpu(float scale) : CylindricalWarper(scale) {}

Completed in 181 milliseconds