ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

图像拼接 Images stitching

2019-09-04 10:44:04  阅读:466  来源: 互联网

标签:stitching docs html opencv 3.4 拼接 https Images org


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

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有