Searched refs:detectResultRoiByBorder (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | warpers.hpp | 166 void detectResultRoiByBorder(Size src_size, Point &dst_tl, Point &dst_br); 259 RotationWarperBase<CylindricalProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br); in detectResultRoi() 556 …RotationWarperBase<CylindricalPortraitProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br… in detectResultRoi() 575 … RotationWarperBase<PlanePortraitProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br); in detectResultRoi()
|
D | warpers_inl.hpp | 177 void RotationWarperBase<P>::detectResultRoiByBorder(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoiByBorder() function in cv::detail::RotationWarperBase
|
/external/opencv3/modules/stitching/src/ |
D | warpers.cpp | 225 detectResultRoiByBorder(src_size, dst_tl, dst_br); in detectResultRoi() 268 detectResultRoiByBorder(src_size, dst_tl, dst_br); in detectResultRoi()
|