![]() |
Create Anaglyph (GIMP Plugin)
Main page: https://github.com/goto40/create_anaglyph
|
Classes | |
| class | Anaglyph |
| This class represents an algorithm to compute two stereo images from gimp layers and to combine them to an anaglyph. More... | |
Functions | |
| def | interp2 (X, Y, Z) |
| interpolates Z at locations X,Y output of function is of shape(X)==shape(Y) More... | |
| def anaglyph_algorithm.interp2 | ( | X, | |
| Y, | |||
| Z | |||
| ) |
interpolates Z at locations X,Y output of function is of shape(X)==shape(Y)
Definition at line 5 of file anaglyph_algorithm.py.