IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes | Namespaces
Gaussian.py File Reference

Classes

class  CfgSGT
 Configuration setting specifier for Gaussian BG model. More...
 
class  fgGaussian
 Single Gaussian target/foreground model with diagonal covariance. More...
 
class  SGMdebug
 Data class for storing Gaussian mean and variance diagonal. More...
 
class  SGMstate
 Data class for storing Gaussian foreground output. More...
 

Namespaces

 detector.fgmodel.fgGaussian
 Gaussian foreground modeling for detecting simple objects.
 
 detector.fgmodel.Gaussian