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