IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Activities defined by regions. Signal must lie in a region to trigger associated state. More...
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... | |
Activities defined by regions. Signal must lie in a region to trigger associated state.
Should be a general purpose module that triggers activity state when signal enters known region/zone with a given label. Whether these zones are mutually exclusive (disjoint regions) or not is up to the designer.
For now just coding up bare minimum needed.