Click or drag to resize

Cv2ResizeWindow Method (String, Int32, Int32)

Resizes window to the specified size

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.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