其他分享
首页 > 其他分享> > 图像拼接 Images stitching

图像拼接 Images stitching

作者:互联网

Modules

   
  Features Finding and Images Matching  特征查找与图像匹配 https://docs.opencv.org/3.4/d1/d46/group__stitching.html
  class   cv::detail::AffineBestOf2NearestMatcher
    Features matcher similar to cv::detail::BestOf2NearestMatcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf. More...
  https://docs.opencv.org/3.4/d3/dda/classcv_1_1detail_1_1AffineBestOf2NearestMatcher.html
  class   cv::detail::AKAZEFeaturesFinder
    AKAZE features finder. : More...
  https://docs.opencv.org/3.4/d3/d2e/classcv_1_1detail_1_1AKAZEFeaturesFinder.html
  class   cv::detail::BestOf2NearestMatcher
    Features matcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf. More...
  https://docs.opencv.org/3.4/d4/d26/classcv_1_1detail_1_1BestOf2NearestMatcher.html
  class   cv::detail::BestOf2NearestRangeMatcher
  https://docs.opencv.org/3.4/d8/d72/classcv_1_1detail_1_1BestOf2NearestRangeMatcher.html
  class   cv::detail::FeaturesFinder
    Feature finders base class. More...
  https://docs.opencv.org/3.4/d4/d46/classcv_1_1detail_1_1FeaturesFinder.html
  class   cv::detail::FeaturesMatcher
    Feature matchers base class. More...
  https://docs.opencv.org/3.4/da/d87/classcv_1_1detail_1_1FeaturesMatcher.html
  struct   cv::detail::ImageFeatures
    Structure containing image keypoints and descriptors. More...
  https://docs.opencv.org/3.4/d4/db5/structcv_1_1detail_1_1ImageFeatures.html
  struct   cv::detail::MatchesInfo
    Structure containing information about matches between two images. More...
  https://docs.opencv.org/3.4/d2/d9a/structcv_1_1detail_1_1MatchesInfo.html
  class   cv::detail::OrbFeaturesFinder
    ORB features finder. : More...
  https://docs.opencv.org/3.4/d7/d59/classcv_1_1detail_1_1OrbFeaturesFinder.html
  class   cv::detail::SiftFeaturesFinder
    SIFT features finder. More...
  https://docs.opencv.org/3.4/da/da6/classcv_1_1detail_1_1SiftFeaturesFinder.html
  class   cv::detail::SurfFeaturesFinder
    SURF features finder. More...
  https://docs.opencv.org/3.4/df/d27/classcv_1_1detail_1_1SurfFeaturesFinder.html
  Rotation Estimation  旋转估计 https://docs.opencv.org/3.4/d7/d74/group__stitching__rotation.html
     
  Autocalibration   自动校准 https://docs.opencv.org/3.4/d4/dbc/group__stitching__autocalib.html
     
  Images Warping 图像扭曲 https://docs.opencv.org/3.4/d0/dfa/group__stitching__warp.html
     
  Seam Estimation 接缝评估 https://docs.opencv.org/3.4/d9/d24/group__stitching__seam.html
     
  Exposure Compensation  曝光补偿 https://docs.opencv.org/3.4/dd/dff/group__stitching__exposure.html
     
  Image Blenders  图像混合器 https://docs.opencv.org/3.4/d9/d46/group__stitching__blend.html

 

图像拼接流程图

 

 

 

标签:stitching,docs,html,opencv,3.4,拼接,https,Images,org
来源: https://blog.csdn.net/icecch/article/details/100533734