Package topo :: Package patterns :: Module image
[hide private]
[frames] | no frames]

Module image

source code

PatternGenerators based on bitmap images stored in files.

$Id: image.py 8001 2008-02-18 15:15:10Z ceball $



Classes [hide private]
  PatternSampler
Stores a SheetCoordinateSystem whose activity represents the supplied pattern_array, and when called will resample that array at the supplied Sheet coordinates according to the supplied scaling parameters.
  FastPatternSampler
A fast-n-dirty pattern sampler using Python Imaging Library routines.
  GenericImage
Generic 2D image generator.
  FileImage
2D Image generator that reads the image from a file.
  Image
2D Image generator that reads the image from a file.
Functions [hide private]
 
edge_average(a)
Return the mean value around the edge of an array.
source code