OpenCV python based software to turn video clips into a single 360 panoroma image
Explore the docs »
Report Bug
·
Request Feature
Convert multiple Videos Shot into single 360 panoramic Image using openCV image stitching.
To get a local copy up and running follow these simple steps.
This is list of python packages you need to use the software and how to install them.
- pip
pip install opencv-contrib-python pip install pillow pip install matplotlib pip install imutils
- Clone the repo
git clone https://github.com/AmolDerickSoans/VideoTo360Panorama.git
- Install pip packages mentioned above
- Run
python OpenCV360v1.00.py
- TroubleShooting : 1. make sure output/vid1 output/vid2 output/vid3 directories are made. 2. to delete the blurred images python requires file permissions set up properly
- Select 3 short video files
- Set the number of frames you want to skip
- Click on "next"
- You can view the console for which frames are being picked and which ones are deleted for being blurred
- output is stored in output directory
For more examples, please refer to the Documentation
- Frame Extraction from video input
- Blur Detection and deletion of blurred frames
- Preview Extracted Frames
- Multi-threading to optimise speed
- Panorama Stitching using SIFT
- Panorama Viewer
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @twitter_handle - email
Project Link: https://github.com/github_username/repo_name