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
saliencyMapInputArrayThe input saliency map.
binaryMapOutputArrayThe computed binary map.
Returns
- bool
true if the binary map was computed successfully.