首页下载资源音视频单应矩阵的应用,请阅读readme了解详情

ZIP单应矩阵的应用,请阅读readme了解详情

qq_528517294.32MB需要积分:1

资源文件列表:

单应矩阵.zip 大约有48个文件
  1. 单应矩阵/
  2. 单应矩阵/.idea/
  3. 单应矩阵/.idea/.gitignore 190B
  4. 单应矩阵/.idea/inspectionProfiles/
  5. 单应矩阵/.idea/inspectionProfiles/profiles_settings.xml 174B
  6. 单应矩阵/.idea/inspectionProfiles/Project_Default.xml 410B
  7. 单应矩阵/.idea/misc.xml 284B
  8. 单应矩阵/.idea/modules.xml 283B
  9. 单应矩阵/.idea/other.xml 200B
  10. 单应矩阵/.idea/vcs.xml 276B
  11. 单应矩阵/.idea/workspace.xml 9.17KB
  12. 单应矩阵/.idea/单应矩阵.iml 291B
  13. 单应矩阵/Python-Multiple-Image-Stitching/
  14. 单应矩阵/Python-Multiple-Image-Stitching/code/
  15. 单应矩阵/Python-Multiple-Image-Stitching/code/matchers.py 1.21KB
  16. 单应矩阵/Python-Multiple-Image-Stitching/code/pano.py 4.2KB
  17. 单应矩阵/Python-Multiple-Image-Stitching/code/txtlists/
  18. 单应矩阵/Python-Multiple-Image-Stitching/code/txtlists/files1.txt 88B
  19. 单应矩阵/Python-Multiple-Image-Stitching/code/txtlists/files2.txt 49B
  20. 单应矩阵/Python-Multiple-Image-Stitching/code/txtlists/files2.txt~ 102B
  21. 单应矩阵/Python-Multiple-Image-Stitching/code/txtlists/files3.txt 61B
  22. 单应矩阵/Python-Multiple-Image-Stitching/Homography.py 775B
  23. 单应矩阵/Python-Multiple-Image-Stitching/images/
  24. 单应矩阵/Python-Multiple-Image-Stitching/images/1.jpg 46.27KB
  25. 单应矩阵/Python-Multiple-Image-Stitching/images/1Hill.JPG 76.98KB
  26. 单应矩阵/Python-Multiple-Image-Stitching/images/2.jpg 43.13KB
  27. 单应矩阵/Python-Multiple-Image-Stitching/images/2Hill.JPG 78.1KB
  28. 单应矩阵/Python-Multiple-Image-Stitching/images/3.jpg 39.42KB
  29. 单应矩阵/Python-Multiple-Image-Stitching/images/3Hill.JPG 77.47KB
  30. 单应矩阵/Python-Multiple-Image-Stitching/images/S1.jpg 33.22KB
  31. 单应矩阵/Python-Multiple-Image-Stitching/images/S2.jpg 37.36KB
  32. 单应矩阵/Python-Multiple-Image-Stitching/images/S3.jpg 43.57KB
  33. 单应矩阵/Python-Multiple-Image-Stitching/images/S5.jpg 40.76KB
  34. 单应矩阵/Python-Multiple-Image-Stitching/images/S6.jpg 37.6KB
  35. 单应矩阵/Python-Multiple-Image-Stitching/images/wd1.jpg 97.78KB
  36. 单应矩阵/Python-Multiple-Image-Stitching/images/wd2.jpg 95.36KB
  37. 单应矩阵/Python-Multiple-Image-Stitching/images/wd3.jpg 15.04KB
  38. 单应矩阵/Python-Multiple-Image-Stitching/JPGtest.py 608B
  39. 单应矩阵/Python-Multiple-Image-Stitching/lunchroom_ultimate.jpg 57.6KB
  40. 单应矩阵/Python-Multiple-Image-Stitching/QPG.jpg 50.56KB
  41. 单应矩阵/Python-Multiple-Image-Stitching/README.md 2.03KB
  42. 单应矩阵/Python-Multiple-Image-Stitching/test.jpg 176.1KB
  43. 单应矩阵/Python-Multiple-Image-Stitching/test.py 1.74KB
  44. 单应矩阵/Python-Multiple-Image-Stitching/test1.jpg 57.46KB
  45. 单应矩阵/Python-Multiple-Image-Stitching/test12.jpg 113.84KB
  46. 单应矩阵/Python-Multiple-Image-Stitching/wd123.jpg 44.56KB
  47. 单应矩阵/readme.txt 248B
  48. 单应矩阵/任务书.jpg 3.15MB

资源介绍:

单应矩阵的应用,请阅读readme了解详情
# Multiple Image stitching in Python This repository contains an implementation of multiple image stitching. For explanation refer my blog post : [Creating a panorama using multiple images](http://kushalvyas.github.io/stitching.html) ### Requirements : - Python 2.7 - Numpy >= 1.8 - OpenCV 3.1.0 ### Project Structure : |_ code -| | |-- pano.py | |-- txtlists-| | |--files1.txt .... | |_ images - | | |- img1.jpg | |- abc.jpg | .... and so on ... Demo txtfile : files2.txt : ../../images/1.jpg ../../images/2.jpg ../../images/3.jpg ../../images/4.jpg ### To run : `python pano.py ` ## Outputs !!

Stitching with Lunchroom example


Stitching with home example


Stitching with building example


Stitching using Hill example


Stitching using room example
### Other WebSources for Images : Base paper for panorama using scale invariant features : [1] "Automatic Panoramic Image Stitching using Invariant Features", Download.springer.com, 2016. [Online]. Available: matthewalunbrown.com/papers/ijcv2007.pdf Test images taken from : [2]"PASSTA Datasets", Cvl.isy.liu.se, 2016. [Online]. Available: http://www.cvl.isy.liu.se/en/research/datasets/passta/. [3] "OpenCV Stitching example (Stitcher class, Panorama)", Study.marearts.com, 2013. [Online]. Available: http://study.marearts.com/2013/11/opencv-stitching-example-stitcher-class.html. [4] "Github daeyun Image-Stitching Test Images", 2016. [Online]. Available: https://github.com/daeyun/Image-Stitching/tree/master/img/hill. [5] "Github tsherlock Test Images", 2016. [Online]. Available: . https://github.com/tsherlock/panorama/
100+评论
captcha