Searched defs:detectResultRoi (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/stitching/src/ |
D | warpers.cpp | 191 void PlaneWarper::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi() function in cv::detail::PlaneWarper 223 void SphericalWarper::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi() function in cv::detail::SphericalWarper 266 void SphericalPortraitWarper::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi() function in cv::detail::SphericalPortraitWarper
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | warpers.hpp | 257 void detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi() function in cv::detail::CylindricalWarper 554 void detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi() function in cv::detail::CylindricalPortraitWarper 573 void detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi() function in cv::detail::PlanePortraitWarper
|
D | warpers_inl.hpp | 151 void RotationWarperBase<P>::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi() function in cv::detail::RotationWarperBase
|