Table of Contents

Class MotionSaliencyBinWangApr2014

Namespace
Emgu.CV.Saliency
Assembly
Emgu.CV.dll

A Fast Self-tuning Background Subtraction Algorithm.

public class MotionSaliencyBinWangApr2014 : UnmanagedObject, IDisposable, IMotionSaliency, ISaliency, IAlgorithm
Inheritance
MotionSaliencyBinWangApr2014
Implements
Inherited Members
Extension Methods

Remarks

This background subtraction algorithm is inspired to the work of B. Wang and P. Dudek [2] [2] B. Wang and P. Dudek "A Fast Self-tuning Background Subtraction Algorithm", in proc of IEEE Workshop on Change Detection, 2014

Constructors

MotionSaliencyBinWangApr2014()

constructor

public MotionSaliencyBinWangApr2014()

Properties

AlgorithmPtr

Pointer to the unmanaged Algorithm object

public nint AlgorithmPtr { get; }

Property Value

nint

ImageHeight

Image height

public int ImageHeight { get; set; }

Property Value

int

ImageWidth

Image width

public int ImageWidth { get; set; }

Property Value

int

MotionSaliencyPtr

Pointer to the unmanaged MotionSaliency object

public nint MotionSaliencyPtr { get; }

Property Value

nint

SaliencyPtr

Pointer to the unmanaged Saliency object

public nint SaliencyPtr { get; }

Property Value

nint

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()

Init()

This function allows the correct initialization of all data structures that will be used by the algorithm.

public bool Init()

Returns

bool

The result