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