Table of Contents

Method ImShow

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ImShow(string, Mat)

Displays the image in the specified window

public static void ImShow(string winName, Mat mat)

Parameters

winName string

Name of the window.

mat Mat

Image to be shown.