Searched refs:unionTl_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/stitching/src/ |
D | seam_finders.cpp | 217 unionTl_ = Point(std::min(tl1.x, tl2.x), std::min(tl1.y, tl2.y)); in process() 222 unionSize_ = Size(unionBr_.x - unionTl_.x, unionBr_.y - unionTl_.y); in process() 227 Mat tmp = mask1_(Rect(tl1.x - unionTl_.x, tl1.y - unionTl_.y, mask1.cols, mask1.rows)); in process() 230 tmp = mask2_(Rect(tl2.x - unionTl_.x, tl2.y - unionTl_.y, mask2.cols, mask2.rows)); in process() 501 int dx1 = unionTl_.x - tl1.x, dy1 = unionTl_.y - tl1.y; in resolveConflicts() 502 int dx2 = unionTl_.x - tl2.x, dy2 = unionTl_.y - tl2.y; in resolveConflicts() 734 int dx1 = unionTl_.x - tl1.x, dy1 = unionTl_.y - tl1.y; in computeCosts() 735 int dx2 = unionTl_.x - tl2.x, dy2 = unionTl_.y - tl2.y; in computeCosts()
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | seam_finders.hpp | 210 Point unionTl_, unionBr_; member in cv::detail::DpSeamFinder
|