Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dwarpers.hpp571 struct CV_EXPORTS CylindricalPortraitProjector : ProjectorBase struct
578 class CV_EXPORTS CylindricalPortraitWarper : public RotationWarperBase<CylindricalPortraitProjector>
586 …RotationWarperBase<CylindricalPortraitProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br… in detectResultRoi()
H A 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()