Skip to content

Utility to assist in creating a cylindrical map of an object from an image sequence of the object being rotated 360 degrees in uniform increments.

License

Notifications You must be signed in to change notification settings

AWFeldick/Rotostitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotostitch

A simple python/tkinter GUI utility to assist in assembling a cylindrical map of an object from a image sequence representing the object being rotated 360 degrees in uniform increments.

Installation

Before you can use Rotostitch, you will need:

1. Python 3 (developed with 3.4.2)
2. Required dependencies (listed in requirements.txt)

To install Python 3 see python.org. After installing Python and cloning the Rotostitch repository (or downloading the ZIP), the next step is to install the dependencies.

To install the dependencies you can use Python pip and 'requirements.txt' to easily do so. On Windows, you could open an instance of 'cmd.exe' with admin privileges and run the following command (assuming you cloned/unzipped the app to the folder 'Rotostitch' that is located on your Desktop):

python -m pip install -r "C:\Users\[Your Username]\Desktop\Rotostitch\requirements.txt"

After the dependencies have been downloaded and installed, you can then run 'Rotostitch.pyw' to launch the program.

Basic Usage

Check out the project's Wiki for documentation and tutorials! However, feel free to play around with the program without reading anything. It's pretty simple.

About

Utility to assist in creating a cylindrical map of an object from an image sequence of the object being rotated 360 degrees in uniform increments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages