Skip to content

zkbt/two-eyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

two-eyes

Simple tools for making stereographic images in Python.

Documentation

This code currently very poorly documented. However, a browser-based interactive user interface for it is available here. Try it out!

Example Usage

To create stereographs within a script:

from twoeyes import Stereo

s = Stereo(left='some-image.jpg', right='another-image.jpg')
s.to_anaglyph()
s.to_gif()
s.to_sidebyside()

To spin up an interactive interface in a jupyter notebook:

from twoeyes import MakeYourOwn

s = MakeYourOwn()

Installation

You should be able to install this by running

pip install two-eyes

from a UNIX prompt.

Acknowledgements

These tools were originally developed by Zach Berta-Thompson for the Fall 2020 (pandemic) semester of ASTR1030 at the University of Colorado Boulder. The lab instructional team and students for that course provided valuable feedback and suggestions on its usage.

Contributors

This package was written by Zach Berta-Thompson.

About

Simple tools for making stereographic images in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published