Table of Contents

Method ComputeBinaryMap

Namespace
OpenCvSharp.Saliency
Assembly
OpenCvSharp.dll

ComputeBinaryMap(InputArray, OutputArray)

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

public virtual bool ComputeBinaryMap(InputArray saliencyMap, OutputArray binaryMap)

Parameters

saliencyMap InputArray

The input saliency map (CV_32FC1).

binaryMap OutputArray

The computed binary map.

Returns

bool

true if the binary map was computed successfully.