|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Classes | |
| class | CfgMoving |
| Configuration setting specifier for "motion" detector. More... | |
| class | detector |
| class | MoveState |
| class | TrackState |
Namespaces | |
| byMotion | |
| detector.activity.byMotion | |
| Implements activity detectors based on movement (or lack of). | |
Functions | |
| def | __init__ (self, config=CfgMoving(), processor=None) |
| Simple activity detector based on motion/velocity. More... | |
| def | getState (self) |
| def | measure (self, x) |
| def | save (self, fileName) |
| def | saveTo (self, fPtr) |
Variables | |
| config | |
| processor | |
| z | |