Click or drag to resize

Cv2SetWindowTitle Method

Updates window title

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void SetWindowTitle(
	string winname,
	string title
)

Parameters

winname
Type: SystemString
title
Type: SystemString
See Also