Table of Contents

Class StaticSaliencySpectralResidual

Namespace
OpenCvSharp.Saliency
Assembly
OpenCvSharp.dll

The Spectral Residual approach for static saliency detection.

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

Properties

ImageHeight

Gets or sets the resize height used during internal computation.

ImageWidth

Gets or sets the resize width used during internal computation.

Methods

ComputeBinaryMap(InputArray, OutputArray)

Computes a binary saliency map from the given saliency map using an adaptive threshold.

ComputeSaliency(InputArray, OutputArray)

Computes the saliency map.

Create()

Creates a StaticSaliencySpectralResidual instance.

Read(FileNode)

Reads algorithm parameters from a file storage.

Write(FileStorage)

Stores algorithm parameters in a file storage.