CvWindowExShowImage Method OpenCvSharp Class Library
Shows the image in this window

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

public void ShowImage(
	IplImage image
)

Parameters

image
Type: OpenCvSharpIplImage
Image to be shown.
See Also

Reference