Table of Contents

Class MotionSaliencyBinWangApr2014

Namespace
OpenCvSharp.Saliency
Assembly
OpenCvSharp.dll

A Fast Self-tuning Background Subtraction Algorithm for motion saliency detection.

public class MotionSaliencyBinWangApr2014 : Algorithm, IDisposable
Inheritance
MotionSaliencyBinWangApr2014
Implements
Inherited Members

Properties

ImageHeight

Gets or sets the image height.

ImageWidth

Gets or sets the image width.

Methods

ComputeSaliency(InputArray, OutputArray)

Computes the motion saliency map for the given frame.

Create()

Creates a MotionSaliencyBinWangApr2014 instance.

Init()

Initializes all data structures for the algorithm. Call after SetImagesize(int, int).

Read(FileNode)

Reads algorithm parameters from a file storage.

SetImagesize(int, int)

Sets the image dimensions to prepare the algorithm's data structures. Must be called before Init().

Write(FileStorage)

Stores algorithm parameters in a file storage.