Click or drag to resize

WindowShowImages Method (IEnumerableMat, IEnumerableString)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void ShowImages(
	IEnumerable<Mat> images,
	IEnumerable<string> names
)

Parameters

images
Type: System.Collections.GenericIEnumerableMat
names
Type: System.Collections.GenericIEnumerableString
See Also