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

Module image

source code

PatternGenerators based on bitmap images stored in files.

$Id: image.py 11293 2010-07-27 14:19:32Z ceball $

Classes [hide private]
  ImageSampler
A class of objects that, when called, sample an image.
  PatternSampler
When called, resamples - according to the size_normalization parameter - an image at the supplied (x,y) sheet coordinates.
  FastImageSampler
A fast-n-dirty image sampler using Python Imaging Library routines.
  GenericImage
Generic 2D image generator.
  FileImage
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
Variables [hide private]
  __package__ = 'topo.pattern'