Click or drag to resize

WindowShowImages Method (IEnumerableMat, IEnumerableString)

[Missing <summary> documentation for "M:OpenCvSharp.Window.ShowImages(System.Collections.Generic.IEnumerable{OpenCvSharp.Mat},System.Collections.Generic.IEnumerable{System.String})"]

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

Parameters

images
Type: System.Collections.GenericIEnumerableMat

[Missing <param name="images"/> documentation for "M:OpenCvSharp.Window.ShowImages(System.Collections.Generic.IEnumerable{OpenCvSharp.Mat},System.Collections.Generic.IEnumerable{System.String})"]

names
Type: System.Collections.GenericIEnumerableString

[Missing <param name="names"/> documentation for "M:OpenCvSharp.Window.ShowImages(System.Collections.Generic.IEnumerable{OpenCvSharp.Mat},System.Collections.Generic.IEnumerable{System.String})"]

See Also