Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Mazecreator/TensorFlow-SIRDS

Single Image Random Dot Stereogram for Tensorflow
https://github.com/Mazecreator/TensorFlow-SIRDS

3d-reconstruction jupyter-notebook python stereogram-creator stereogram-generator tensorflow

Last synced: 11 days ago
JSON representation

Single Image Random Dot Stereogram for Tensorflow

Awesome Lists containing this project

README

        

# TensorFlow-SIRDS
Single Image Random Dot Stereogram for Tensorflow

SIRDS is a means to present 3D data in a 2D image. It allows
for scientific data display of a waterfall type of plot
with no hidden lines due to perspective. Data is encoded to show
data in the Z direction as depth.

This project is based upon:
https://www.cs.waikato.ac.nz/~ihw/papers/94-HWT-SI-IHW-SIRDS-paper.pdf

## Sections
- [SIRDS usage demo for TensorFlow Op](./single_image_random_dot_stereograms/SIRDS%20Demo.ipynb)