CylindricalProjector 245 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CylindricalWarper : public RotationWarperBase<CylindricalProjector> CylindricalProjector 259 modules/stitching/include/opencv2/stitching/detail/warpers.hpp RotationWarperBase<CylindricalProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br); CylindricalProjector 279 modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp void CylindricalProjector::mapForward(float x, float y, float &u, float &v) CylindricalProjector 291 modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp void CylindricalProjector::mapBackward(float u, float v, float &x, float &y) CylindricalProjector 392 modules/stitching/src/warpers.cpp return RotationWarperBase<CylindricalProjector>::buildMaps(src_size, K, R, xmap, ymap);