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