Searched defs:CylindricalWarper (Results 1 – 2 of 2) sorted by relevance
83 class CylindricalWarper: public WarperCreator class
275 class CV_EXPORTS CylindricalWarper : public RotationWarperBase<CylindricalProjector> class282 CylindricalWarper(float scale) { projector_.scale = scale; } in CylindricalWarper() function in cv::detail::CylindricalWarper