Background substraction and motion estimation

FIXME

API reference

Components for background substraction and movement estimation.

class videoanalytics.pipeline.sinks.background.BackgroundExtractor1(context)
process()

This method is called for each active component in the pipeline.

setup()

This method is called after all components from the pipeline are instanced.

shutdown()

This method is called after the process finished.

class videoanalytics.pipeline.sinks.background.BackgroundExtractor2(context)
process()

This method is called for each active component in the pipeline.

setup()

This method is called after all components from the pipeline are instanced.

shutdown()

This method is called after the process finished.