| Home | Trees | Index | Help |
|
|---|
| Package pyrobot :: Package vision :: Package cvision :: Module vision :: Class Vision |
|
object --+
|
Vision
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 | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
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__
|
__swig_setmethods__
|
ACCUM
|
ALL
|
AND
|
BLUE
|
GREEN
|
IMAGE
|
OR
|
ORIGINAL
|
RED
|
WORKSPACE
|
XOR
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 | http://epydoc.sf.net |