Class StaticSaliencySpectralResidual
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
SaliencyPtr
Pointer to the unmanaged Saliency object
public nint SaliencyPtr { get; }
Property Value
StaticSaliencyPtr
Pointer to the unmanaged StaticSaliency object
public nint StaticSaliencyPtr { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this object
protected override void DisposeObject()