Skip to content

A project that houses a Dockerfile to get started with the OpenPano image stitching project.

Notifications You must be signed in to change notification settings

deontaljaard/openpano-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

openpano-docker

This project only houses a Dockerfile which encapsulates all (or, most of) the dependencies to get started with the panoramic image stitching library called OpenPano.

The Dockerfile extends from a Python image and adds additional dependencies.

It shares a MIT License, like the OpenPano project.

Usage

For a more detailed usage, see the OpenPano project page.

In summary, you can quickly get started with the following

Build the docker image

docker build -t deontaljaard/pano .

Run it

docker run -it deontaljaard/pano

You can then play with the openpano lib. Here is a quick example.

docker exec -it deontaljaard/pano bash
cd /openpano/src
python2 run_test.py

Happy image stitching!

About

A project that houses a Dockerfile to get started with the OpenPano image stitching project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published