Table of Contents

Method ResizeWindow

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ResizeWindow(string, int, int)

Resizes window to the specified size

public static void ResizeWindow(string winName, int width, int height)

Parameters

winName string

Window name

width int

The new window width

height int

The new window height

ResizeWindow(string, Size)

Resizes window to the specified size

public static void ResizeWindow(string winName, Size size)

Parameters

winName string

Window name

size Size

The new window size