Home | Trees | Indices | Help |
---|
|
AbstractBGModel --+ | MotionCompensatedFrameDifferencer
This class represents a more sophisticated frame differencing algorithm that takes into account potential camera motion, and applies a registration method to align subsequent images prior to frame subtraction.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|
Should be called after buffer is full to compute the optical flow information on the buffered frames. Only needs to be called once, prior to first call of _computeBGDiff(), because from then on, the flow will be updated as new frames are added to the buffer. |
|
This is an optional method that allows the user to provide an optical flow object (pv.OpticalFlow) with non-default settings.
|
This private method should be overridden by a concrete background subtraction class to yield a difference image from the background model.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Apr 21 14:31:59 2015 | http://epydoc.sourceforge.net |