Table of Contents

Class SaliencyInvoke

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

Provide interfaces to the Open CV Saliency functions

public static class SaliencyInvoke
Inheritance
SaliencyInvoke
Inherited Members

Methods

Compute(ISaliency, IInputArray, IOutputArray)

Compute the saliency.

public static bool Compute(this ISaliency saliency, IInputArray image, IOutputArray saliencyMap)

Parameters

saliency ISaliency

The Saliency object

image IInputArray

The image.

saliencyMap IOutputArray

The computed saliency map.

Returns

bool

true if the saliency map is computed, false otherwise

ComputeBinaryMap(IStaticSaliency, IInputArray, IOutputArray)

Perform a binary map of given saliency map

public static bool ComputeBinaryMap(this IStaticSaliency saliency, IInputArray saliencyMap, IOutputArray binaryMap)

Parameters

saliency IStaticSaliency

The StatucSaliency object

saliencyMap IInputArray

the saliency map obtained through one of the specialized algorithms

binaryMap IOutputArray

the binary map

Returns

bool

True if the binary map is sucessfully computed