Cv2ResizeWindow Method OpenCvSharp Class Library
Resizes window to the specified size

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

Parameters

winName
Type: SystemString
Window name
width
Type: SystemInt32
The new window width
height
Type: SystemInt32
The new window height
See Also

Reference