Method ComputeSaliency
- Namespace
- OpenCvSharp.Saliency
- Assembly
- OpenCvSharp.dll
ComputeSaliency(InputArray, OutputArray)
Computes the motion saliency map for the given frame.
public virtual bool ComputeSaliency(InputArray image, OutputArray saliencyMap)
Parameters
imageInputArrayInput image frame (grayscale, CV_8UC1).
saliencyMapOutputArrayThe computed binary saliency map.
Returns
- bool
true if the saliency map was computed successfully.