Click or drag to resize

Window Constructor (String, Mat)

Creates a window

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Window(
	string name,
	Mat image
)

Parameters

name
Type: SystemString
Name of the window which is used as window identifier and appears in the window caption.
image
Type: OpenCvSharpMat
Image to be shown.
See Also