Home
last modified time | relevance | path

Searched defs:detectResultRoi (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/src/
Dwarpers.cpp191 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/
Dwarpers.hpp257 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
Dwarpers_inl.hpp151 void RotationWarperBase<P>::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi() function in cv::detail::RotationWarperBase