IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes
detector.fgmodel.differences Namespace Reference

Image differencing approach to foreground object recovery. More...

Classes

class  CfgDifferences
 Configuration setting specifier for Differences FG model. More...
 
class  fgDifferences
 Image differences foreground model. More...
 

Detailed Description

Image differencing approach to foreground object recovery.

Image differencing is not really a background model, nor a foreground model approach, as the appearance image sotred consists of both elements. Nevertheless, since the objective is to return foreground elements as opposed to establishing what is background, it fits more closely with a foreground detector. To disambiguate seen foreground elements over time, requires further processing to keep track of things. Under the special case that foreground elements lie in unique parts of the image, this implementation also supports cumulative storage of detected differences (above the minimum accepted size).

Author
Patricio A. Vela, pvela.nosp@m.@gat.nosp@m.ech.e.nosp@m.du
Date
2025/02/14

NOTES: set tabstop = 4, indent = 2, 85 columns.

=============================== differences ===============================