Searched refs:unionBr_ (Results 1 – 2 of 2) sorted by relevance
210 Point unionTl_, unionBr_; member in cv::detail::DpSeamFinder
219 unionBr_ = Point(std::max(tl1.x + image1.cols, tl2.x + image2.cols), in process()222 unionSize_ = Size(unionBr_.x - unionTl_.x, unionBr_.y - unionTl_.y); in process()