Home | History | Annotate | Download | only in src

Lines Matching refs:unionTl_

217     unionTl_ = Point(std::min(tl1.x, tl2.x), std::min(tl1.y, tl2.y));
222 unionSize_ = Size(unionBr_.x - unionTl_.x, unionBr_.y - unionTl_.y);
227 Mat tmp = mask1_(Rect(tl1.x - unionTl_.x, tl1.y - unionTl_.y, mask1.cols, mask1.rows));
230 tmp = mask2_(Rect(tl2.x - unionTl_.x, tl2.y - unionTl_.y, mask2.cols, mask2.rows));
501 int dx1 = unionTl_.x - tl1.x, dy1 = unionTl_.y - tl1.y;
502 int dx2 = unionTl_.x - tl2.x, dy2 = unionTl_.y - tl2.y;
734 int dx1 = unionTl_.x - tl1.x, dy1 = unionTl_.y - tl1.y;
735 int dx2 = unionTl_.x - tl2.x, dy2 = unionTl_.y - tl2.y;