OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contours_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/src/
seam_finders.cpp
275
contours_
.clear();
308
contours_
.push_back(std::vector<Point>());
324
contours_
[ci].push_back(Point(x, y));
349
for (size_t i = 0; i <
contours_
[ci].size(); ++i)
351
int x =
contours_
[ci][i].x;
352
int y =
contours_
[ci][i].y;
469
contours_
[c[i]].clear();
485
contours_
[c[i]].push_back(Point(x, y));
593
for (size_t i = 0; i <
contours_
[comp1].size(); ++i)
595
int x =
contours_
[comp1][i].x
[
all
...]
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp
222
std::vector<std::vector<Point> >
contours_
;
member in class:cv::detail::DpSeamFinder
Completed in 2258 milliseconds