• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dual fisheye video stitching

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

python main.py [-h] [-o OUTPUT.XYZ] INPUT.XYZ
positional arguments:
  INPUT.XYZ             path to the input dual fisheye video

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT.XYZ, --output OUTPUT.XYZ
                        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