Window Constructor (WindowMode, Mat) OpenCvSharp Class Library
Creates a window with a specified image and flag

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

public Window(
	WindowMode flags,
	Mat image
)

Parameters

flags
Type: OpenCvSharpWindowMode
Flags of the window. Currently the only supported flag is WindowMode.AutoSize. If it is set, window size is automatically adjusted to fit the displayed image (see cvShowImage), while user can not change the window size manually.
image
Type: OpenCvSharp.CPlusPlusMat

[Missing <param name="image"/> documentation for "M:OpenCvSharp.CPlusPlus.Window.#ctor(OpenCvSharp.WindowMode,OpenCvSharp.CPlusPlus.Mat)"]

See Also

Reference