Package pyrobot :: Package vision :: Package cvision :: Module vision :: Class Vision
[frames | no frames]

Type Vision

object --+
         |
        Vision

Known Subclasses:
VisionPtr, VisionSystem

Method Summary
  __init__(self, *args)
  __del__(self, destroy)
  __getattr__(self, name)
  __repr__(self)
  __setattr__(self, name, value)
  addFilter(*args)
  addNoise(*args)
  applyFilter(*args)
  applyFilterList(*args)
  applyFilters(*args)
  backup(*args)
  blobify(*args)
  drawCross(*args)
  drawRect(*args)
  gaussianBlur(*args)
  get(*args)
  getCopyMode(*args)
  getDepth(*args)
  getFilterList(*args)
  getHeight(*args)
  getMenu(*args)
  getMiddleIndex(*args)
  getMMap(*args)
  getRGB(*args)
  getWidth(*args)
  grayScale(*args)
  histogram(*args)
  hsv2rgb(*args)
  initialize(*args)
  inverse(*args)
  mask(*args)
  match(*args)
  matchList(*args)
  matchRange(*args)
  meanBlur(*args)
  medianBlur(*args)
  motion(*args)
  popFilterList(*args)
  registerCameraDevice(*args)
  restore(*args)
  rgb2hsv(*args)
  rgb2yuv(*args)
  rotate(*args)
  saveImage(*args)
  scale(*args)
  set(*args)
  setCopyMode(*args)
  setFilterList(*args)
  setPlane(*args)
  setRGB(*args)
  setVal(*args)
  sobel(*args)
  superColor(*args)
  swapPlanes(*args)
  threshold(*args)
  yuv2rgb(*args)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __str__(x)
x.__str__() <==> str(x)...

Class Variable Summary
dict __swig_getmethods__ = {}
dict __swig_setmethods__ = {}
int ACCUM = 103                                                                   
int ALL = 10                                                                    
int AND = 100                                                                   
int BLUE = 2                                                                     
int GREEN = 1                                                                     
int IMAGE = 70                                                                    
int OR = 101                                                                   
int ORIGINAL = 60                                                                    
int RED = 0                                                                     
int WORKSPACE = 50                                                                    
int XOR = 102                                                                   

Class Variable Details

__swig_getmethods__

Type:
dict
Value:
{}                                                                     

__swig_setmethods__

Type:
dict
Value:
{}                                                                     

ACCUM

Type:
int
Value:
103                                                                   

ALL

Type:
int
Value:
10                                                                    

AND

Type:
int
Value:
100                                                                   

BLUE

Type:
int
Value:
2                                                                     

GREEN

Type:
int
Value:
1                                                                     

IMAGE

Type:
int
Value:
70                                                                    

OR

Type:
int
Value:
101                                                                   

ORIGINAL

Type:
int
Value:
60                                                                    

RED

Type:
int
Value:
0                                                                     

WORKSPACE

Type:
int
Value:
50                                                                    

XOR

Type:
int
Value:
102                                                                   

Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 http://epydoc.sf.net