HomeSort by relevance Sort by last modified time
    Searched full:dst_roi_ (Results 1 - 4 of 4) sorted by null

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

Completed in 1633 milliseconds