OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_num_matches_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp
176
int
total_num_matches_
;
member in class:cv::detail::BundleAdjusterBase
/external/opencv3/modules/stitching/src/
motion_estimators.cpp
204
total_num_matches_
= 0;
206
total_num_matches_
+= static_cast<int>(pairwise_matches[edges_[i].first * num_images_ +
210
total_num_matches_
* num_errs_per_measurement_,
249
LOGLN_CHAT("Bundle adjustment, final RMS error: " << std::sqrt(err.dot(err) /
total_num_matches_
));
332
err.create(
total_num_matches_
* 2, 1, CV_64F);
399
jac.create(
total_num_matches_
* 2, num_images_ * 7, CV_64F);
507
err.create(
total_num_matches_
* 3, 1, CV_64F);
581
jac.create(
total_num_matches_
* 3, num_images_ * 4, CV_64F);
Completed in 973 milliseconds