IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Implements activity detectors based on movement (or lack of). More...
Classes | |
class | CfgMoving |
Configuration setting specifier for "motion" detector. More... | |
class | detector |
class | MoveState |
class | TrackState |
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 | |
Implements activity detectors based on movement (or lack of).
def byMotion.getState | ( | self | ) |
def measure | ( | self, | |
x | |||
) |
def byMotion.save | ( | self, | |
fileName | |||
) |
def byMotion.saveTo | ( | self, | |
fPtr | |||
) |
config |
processor |
z |