• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

daeyun/Image-Stitching: MATLAB code for panorama image stitching.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

daeyun/Image-Stitching

开源软件地址(OpenSource Url):

https://github.com/daeyun/Image-Stitching

开源编程语言(OpenSource Language):

MATLAB 93.6%

开源软件介绍(OpenSource Introduction):

Image-Stitching

MATLAB code for panorama image stitching.

STITCH_IMAGES - Given a set of images with overlapping regions,
                automatically compute a panorama image.

Usage:    [result_img, H, num_inliers, residual] ...
              = stitch_images (images, sift_r, harris_r, ...
              harris_thresh, harris_sigma, num_putative_matches, ransac_n)

Usage example:
          stitch_images(images, 5, 5, 0.03, 1, 100, 4000)

Arguments:
          images                - 1 by n cell array of images.
          sift_r                - radius of the SIFT descriptor.
          harris_r              - radius of the Harris corner detector.
          harris_thresh         - Harris corner detector threshold.
          harris_sigma          - standard deviation of smoothing Gaussian
          num_putative_matches  - number of putative matches to run
                                  RANSAC.
          ransac_n              - number of RANSAC iterations.

Returns:
          result_img    - computed paranoma image.
          H             - n by n cell array of homography matrices.
                          H{i, j} is the homography matrix between images
                          i and j.
          num_inliers   - n by n array of number of inliers. num_inliers{i,
                          j} is the number of inliers between images i and
                          j.
          residual      - n by n array of sum of squared disrances.
                          residual{i, j} is the residual between images i
                          and j.

Dependencies:
          VLFeat        - download at http://www.vlfeat.org/download.html



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap