IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Camera interfaces | |
▼Detector | A collection of detector implementations for images and signal streams |
Detect Activity | Interfaces for detecting activity semantics from time-varying signals |
Detect Background | Interfaces for detecting when signal matches a background model |
Detect Foreground | Interfaces for detecting when signal matches a foreground model |
▼IVAPy | Utility functions and glue code for IVALab python libraries |
Display via OpenCV | Display-related utility functions built on opencv (cv2) libraries |
IVAPy Testing Utilities | Utility functions and glue code for IVALab python test scripts |
▼Perceiver | Perception code that aims to extract interpretable signals from a visual stream |
Reports | A set of interfaces for reporting perceiver outcomes during processing |
▼Puzzle Solver | Code for working with puzzles on a controlled workspace |
Puzzle Clustering | Interfaces for clustering puzzle pieces |
Puzzle Tracking | Code that assists with tracking the movement of puzzle pieces and also associating them to a known solution |
Puzzle Types | Classes that abstract different puzzle (arrangement) types |