Home
last modified time | relevance | path

Searched refs:CylindricalProjector (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.hpp266 struct CV_EXPORTS CylindricalProjector : ProjectorBase struct
275 class CV_EXPORTS CylindricalWarper : public RotationWarperBase<CylindricalProjector>
289 RotationWarperBase<CylindricalProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br); in detectResultRoi()
H A Dwarpers_inl.hpp279 void CylindricalProjector::mapForward(float x, float y, float &u, float &v) in mapForward()
291 void CylindricalProjector::mapBackward(float u, float v, float &x, float &y) in mapBackward()