Home
last modified time | relevance | path

Searched defs:CylindricalWarper (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/
Dwarpers.hpp74 class CylindricalWarper: public WarperCreator class
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dwarpers.hpp245 class CV_EXPORTS CylindricalWarper : public RotationWarperBase<CylindricalProjector> class
252 CylindricalWarper(float scale) { projector_.scale = scale; } in CylindricalWarper() function in cv::detail::CylindricalWarper