#include <combine_grids/merging_pipeline.h>#include <cassert>#include <opencv2/core/utility.hpp>#include <opencv2/core/version.hpp>#include <opencv2/features2d.hpp>#include <opencv2/imgcodecs.hpp>#include <opencv2/stitching/detail/matchers.hpp>

Go to the source code of this file.
Namespaces | |
| combine_grids | |
| combine_grids::internal | |
Functions | |
| static cv::Ptr< cv::detail::FeaturesFinder > | combine_grids::internal::chooseFeatureFinder (FeatureType type) |
| static void | combine_grids::internal::writeDebugMatchingInfo (const std::vector< cv::Mat > &images, const std::vector< cv::detail::ImageFeatures > &image_features, const std::vector< cv::detail::MatchesInfo > &pairwise_matches) |