Table of Contents

Class StaticSaliencyFineGrained

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

The Fine Grained Saliency approach from Sebastian Montabone and Alvaro Soto. Human detection using a mobile platform and novel features derived from a visual saliency mechanism. In Image and Vision Computing, Vol. 28 Issue 3, pages 391–402. Elsevier, 2010.

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

Remarks

This method calculates saliency based on center-surround differences. High resolution saliency maps are generated in real time by using integral images.

Constructors

StaticSaliencyFineGrained()

constructor

public StaticSaliencyFineGrained()

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()