Skip to main content

A package to convert video sequences into panoramic images

Project description

video2panorama

video2panorama

video2panorama is a Python-based tool designed to transform video sequences into panoramic images. It automates the stitching process by analyzing frames from input video files and producing panoramic outputs.

How to install

1. install with pip

For users who want to install the package directly from PyPI:

pip install video2panorama

2. Cloning the repo and installing locally

For those who prefer to work with the latest code or contribute to the project, you can clone the GitHub repository and install it locally.

Clone the repo:

git clone https://github.com/RaduBolbo/video_to_panorama.git

Navigate into the cloned directory:

cd video_to_panorama

Create a conda environemnt:

conda create --name v2p python==3.10

Activate the conda environemnt:

conda activate v2p 

Install the package:

pip install .

How to use

2. Using the terminal

Run the following command in the terimanl:

video2panorama  --input_path path/to/your/video.mp4 --output_path path/to/the/output/panoramic_image.png

Additionally, if you wantto try other hyperparameters, you can include them in a .json file whos path you can send to the comman:

video2panorama  --input_path path/to/your/video.mp4 --output_path path/to/the/output/panoramic_image.png --hyperparameters_path path/to/your/config/file.json

The config file should have the following format:

{
    "feature_extraction_algo" : "sift",
    "ratio" : 0.75,
    "reprojectionThresh" : 2,
    "adaptive_shift_pixels" : 2,
    "non_dominant_direction_pixels_freedom_degree" : 0
}

The hyperparameters are explained in ****

2. Using the Python Api

from video2panorama.panorama import Video2Panorama

tts = Video2Panorama()
tts.convert('path/to/your/video.mp', 'path/to/the/output/panoramic_image.png')

If you want to overwrite the default parameters you can specify them in the constructor:

tts = Video2Panorama(feature_extraction_algo="sift",
                    ratio=0.75,
                    reprojectionThresh=2,
                    adaptive_shift_pixels=2,
                    non_dominant_direction_pixels_freedom_degree=0
                    )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

video2panorama-1.0.0.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

video2panorama-1.0.0-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file video2panorama-1.0.0.tar.gz.

File metadata

  • Download URL: video2panorama-1.0.0.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for video2panorama-1.0.0.tar.gz
Algorithm Hash digest
SHA256 df7976f26036c76f478b594c4a6e71ca951ade8a57917567d399e9f9ebaffda4
MD5 849ce9ed910dda371b835a5c29838ee9
BLAKE2b-256 4d83ee18ad0762118889b0fae7bdedba4e5838f41050cb2cc96dddadc120cd53

See more details on using hashes here.

File details

Details for the file video2panorama-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: video2panorama-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for video2panorama-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b48bbd700b144169aeb8f765764b8b4098f7f051a5d24275045ea5ff593624bf
MD5 a0cb90f7e17c7088199519e8154ce9d3
BLAKE2b-256 b77ad3ea8abf46eceab2f42336deb37b9e160eaa02c77e69651d53de3b8c0d34

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page