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

Classes

class  CfgHSV
 Configuration setting specifier for HSV FG model. More...
 
class  fgHSV
 Detector for getting the foreground object by checking HSV transformed image for certain color ranges. More...
 
class  HSVDebug
 Data class for storing HSV fg thresholds. More...
 
class  HSVState
 Data class for storing HSV foreground output. More...
 

Namespaces

 detector.fgmodel.fgHSV
 HSV foreground modeling for detecting simple objects using hard-coded HSV intervals (defines box in HSV space).
 
 detector.fgmodel.HSV