OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SphericalWarperGpu
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/
warpers.hpp
172
class
SphericalWarperGpu
: public WarperCreator
175
Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::
SphericalWarperGpu
>(scale); }
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp
459
class CV_EXPORTS
SphericalWarperGpu
: public SphericalWarper
462
SphericalWarperGpu
(float scale) : SphericalWarper(scale) {}
Completed in 527 milliseconds