HomeSort by relevance Sort by last modified time
    Searched defs:warpRoi (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/src/
warpers.cpp 173 Rect PlaneWarper::warpRoi(Size src_size, InputArray K, InputArray R, InputArray T)
183 Rect PlaneWarper::warpRoi(Size src_size, InputArray K, InputArray R)
187 return warpRoi(src_size, K, R, T);
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers_inl.hpp 139 Rect RotationWarperBase<P>::warpRoi(Size src_size, InputArray K, InputArray R)

Completed in 47 milliseconds