项目作者: cynricfu

项目描述 :
Dual fisheye video stitching
高级语言: Python
项目地址: git://github.com/cynricfu/dual-fisheye-video-stitching.git
创建时间: 2017-07-02T04:20:44Z
项目社区:https://github.com/cynricfu/dual-fisheye-video-stitching

开源协议:MIT License

下载


SummerResearch

A summer research project to seamlessly stitch dual-fisheye video into 360-degree videos using OpenCV-Python.

Dependencies

  • Python 2.7+
  • OpenCV 3.3.0

Run

  1. python main.py [-h] [-o OUTPUT.XYZ] INPUT.XYZ
  1. positional arguments:
  2. INPUT.XYZ path to the input dual fisheye video
  3. optional arguments:
  4. -h, --help show this help message and exit
  5. -o OUTPUT.XYZ, --output OUTPUT.XYZ
  6. path to the output equirectangular video

References

https://arxiv.org/abs/1708.08988

https://github.com/cynricfu/multi-band-blending

Computer Vision for Visual Effects