Searched refs:dst_roi_ (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/stitching/src/ |
D | timelapsers.cpp | 62 dst_roi_ = resultRoi(corners, sizes); in initialize() 63 dst_.create(dst_roi_.size(), CV_16SC3); in initialize() 74 int dx = tl.x - dst_roi_.x; in process() 75 int dy = tl.y - dst_roi_.y; in process() 95 return dst_roi_.contains(pt); in test_point() 101 dst_roi_ = resultRoiIntersection(corners, sizes); in initialize() 102 dst_.create(dst_roi_.size(), CV_16SC3); in initialize()
|
D | blenders.cpp | 76 dst_roi_ = dst_roi; in prepare() 89 int dx = tl.x - dst_roi_.x; in feed() 90 int dy = tl.y - dst_roi_.y; in feed() 141 int dx = tl.x - dst_roi_.x; in feed() 142 int dy = tl.y - dst_roi_.y; in feed() 287 Point tl_new(std::max(dst_roi_.x, tl.x - gap), in feed() 288 std::max(dst_roi_.y, tl.y - gap)); in feed() 289 Point br_new(std::min(dst_roi_.br().x, tl.x + img.cols + gap), in feed() 290 std::min(dst_roi_.br().y, tl.y + img.rows + gap)); in feed() 297 tl_new.x = dst_roi_.x + (((tl_new.x - dst_roi_.x) >> num_bands_) << num_bands_); in feed() [all …]
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | timelapsers.hpp | 76 Rect dst_roi_; member in cv::detail::Timelapser
|
D | blenders.hpp | 90 Rect dst_roi_; member in cv::detail::Blender
|