OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unionTl_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/src/
seam_finders.cpp
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
[
all
...]
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp
210
Point
unionTl_
, unionBr_;
Completed in 196 milliseconds