Table of Contents

Method ShowImage

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ShowImage(Mat?)

Shows the image in this window

public void ShowImage(Mat? img)

Parameters

img Mat

Image to be shown.

ShowImage(UMat?)

Shows the image in this window

public void ShowImage(UMat? img)

Parameters

img UMat

Image to be shown.