IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Interfaces for detecting activity semantics from time-varying signals. More...
Namespaces | |
byMotion | |
Implements activity detectors based on movement (or lack of). | |
byRegion | |
Activities defined by regions. Signal must lie in a region to trigger associated state. | |
Classes | |
class | imageOccupancy |
Activity states depend on having true image values lying in specific regions of an image. Signal is a full image. More... | |
class | imageRegions |
Activity states depend on having signal lying in specific regions of an image. Signal is presumably in image pixels. More... | |
class | Planar |
Activity detection based on lying in specific planar regions. More... | |
Interfaces for detecting activity semantics from time-varying signals.