Table of Contents

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)

Parameters

width int

Width of the input images.

height int

Height of the input images.