Window Constructor (String, Mat) OpenCvSharp Class Library
Creates a window

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.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: OpenCvSharp.CPlusPlusMat
Image to be shown.
See Also

Reference