Table of Contents

Class StaticSaliencySpectralResidual

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

simulate the behavior of pre-attentive visual search

public class StaticSaliencySpectralResidual : UnmanagedObject, IDisposable, IStaticSaliency, ISaliency, IAlgorithm
Inheritance
StaticSaliencySpectralResidual
Implements
Inherited Members
Extension Methods

Constructors

StaticSaliencySpectralResidual()

constructor

public StaticSaliencySpectralResidual()

Properties

AlgorithmPtr

Pointer to the unmanaged Algorithm object

public nint AlgorithmPtr { get; }

Property Value

nint

SaliencyPtr

Pointer to the unmanaged Saliency object

public nint SaliencyPtr { get; }

Property Value

nint

StaticSaliencyPtr

Pointer to the unmanaged StaticSaliency object

public nint StaticSaliencyPtr { get; }

Property Value

nint

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()