Package VisionEgg :: Module Textures
[frames] | no frames]

Module Textures

source code


Texture (images mapped onto polygons) stimuli.



Classes
  Texture
A 2 dimensional texture.
  TextureFromFile
DEPRECATED.
  TextureObject
Texture data in OpenGL.
  TextureStimulusBaseClass
Parameters common to all stimuli that use textures.
  Mask2D
A mask for windowing a portion of a texture.
  TextureStimulus
A textured rectangle.
  TextureStimulus3D
A textured rectangle placed arbitrarily in 3 space.
  SpinningDrum
Panoramic image texture mapped onto flat rectangle or 3D cylinder.
  FixationCross
Cross useful for fixation point.
  TextureTooLargeError
Functions
 
convert_to_numpy_if_array(A) source code
 
next_power_of_2(f) source code
 
is_power_of_2(f) source code
Variables
  shrink_filter = Image.BICUBIC
  array_types = [numpy.ndarray]