IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes
Surveillance and Monitoring

Specialized routines for performing surveillance type processing. More...

Classes

class  Calibrator
 Layered calibration class for puzzle surveillance system. More...
 
class  CfgPuzzleScene
 Configuration instance for Puzzle Scene perceiver. Designed to work for processing subsets (detect, track, etc). More...
 
class  Detectors
 Layered detector part of puzzle scene perceiver grouping. More...
 
class  GloveByColor
 Glove detector by color only. More...
 
class  InstPuzzlePerceiver
 Class for collecting visual processing methods needed by the PuzzleScene perceiver. More...
 
class  InstPuzzleScene
 Class for collecting visual processing methods needed by the PuzzleScene scene interpreter. More...
 
class  Perceiver
 Layered perceiver part of puzzle scene perceiver grouping. for puzzle surveillance system. More...
 
class  TrackPointers
 Layered track pointer part of puzzle scene perceiver grouping. More...
 

Detailed Description

Specialized routines for performing surveillance type processing.

Surveillance in this case means to observe a given area or scene and to recognize objects or activities occuring within the scene. It may also include interpretation of those activities as part of a monitoring system.