HomeSort by relevance Sort by last modified time
    Searched refs:num_images_ (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 185 num_images_ = static_cast<int>(features.size());
193 for (int i = 0; i < num_images_ - 1; ++i)
195 for (int j = i + 1; j < num_images_; ++j)
197 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j];
206 total_num_matches_ += static_cast<int>(pairwise_matches[edges_[i].first * num_images_ +
209 CvLevMarq solver(num_images_ * num_params_per_cam_,
270 findMaxSpanningTree(num_images_, pairwise_matches, span_tree, span_tree_centers);
272 for (int i = 0; i < num_images_; ++i)
284 cam_params_.create(num_images_ * 7, 1, CV_64F);
286 for (int i = 0; i < num_images_; ++i
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp 175 int num_images_; member in class:cv::detail::BundleAdjusterBase
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 124 Swapchain(Surface& surface_, uint32_t num_images_)
125 : surface(surface_), num_images(num_images_) {}
    [all...]

Completed in 1345 milliseconds