Method SetImagesize
- Namespace
- OpenCvSharp.Saliency
- Assembly
- OpenCvSharp.dll
SetImagesize(int, int)
Sets the image dimensions to prepare the algorithm's data structures. Must be called before Init().
public void SetImagesize(int width, int height)
Sets the image dimensions to prepare the algorithm's data structures. Must be called before Init().
public void SetImagesize(int width, int height)