Package libavg :: Module avg :: Class TrackerCalibrator

Class TrackerCalibrator


Used to map display points to camera points by mapping a set of reference points. Python code should display reference points that the user must touch to establish a mapping. Created by Tracker::startCalibration.

Instance Methods
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
pos
getDisplayPoint()
done
nextPoint()
Advances to the next point.
 
setCamPoint(pt)

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

nextPoint()

 

Advances to the next point. Returns False and ends calibration if all points have been set.

Returns: done