|
|
__init__(...)
Raises an exception This class cannot be instantiated from
Python |
|
|
|
|
abortCalibration()
Aborts coordinate calibration session and restores the previous
coordinate transformer. |
|
|
|
|
endCalibration()
Ends coordinate calibration session and activates the coordinate
transformer generated. |
|
|
|
|
getImage(imageid)
Returns one of the intermediate images necessary for tracking. |
|
|
|
|
getParam()
Retrieves an arbitrary parameter of tracker configuration. |
|
|
|
|
resetHistory()
Throws away the current history image and generates a new one from
the next second of images. |
|
|
|
|
saveConfig(filename)
Saves the current tracker configuration to the filename given. |
|
|
|
|
setDebugImages(img,
finger)
Controls whether debug images of intermediate tracking results and
detected finger positions are generated and exported to python. |
|
|
|
|
setParam()
Updates an arbitrary parameter of tracker configuration. |
|
|
|
|
|
|
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|