OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CylindricalWarper
(Results
1 - 2
of
2
) 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) {}
Completed in 35 milliseconds