Home
last modified time | relevance | path

Searched refs:CylindricalPortraitProjector (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dwarpers.hpp541 struct CylindricalPortraitProjector : ProjectorBase struct
548 class CV_EXPORTS CylindricalPortraitWarper : public RotationWarperBase<CylindricalPortraitProjector>
556 …RotationWarperBase<CylindricalPortraitProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br… in detectResultRoi()
Dwarpers_inl.hpp683 void CylindricalPortraitProjector::mapForward(float x, float y, float &u0, float &v0) in mapForward()
702 void CylindricalPortraitProjector::mapBackward(float u0, float v0, float &x, float &y) in mapBackward()