OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:range_width_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp
267
int
range_width_
;
member in class:cv::detail::BestOf2NearestRangeMatcher
/external/opencv3/modules/stitching/src/
matchers.cpp
663
range_width_
= range_width;
679
for (int j = i + 1; j < std::min(num_images, i +
range_width_
); ++j)
Completed in 231 milliseconds