Click or drag to resize

VectorOfMat Constructor (IEnumerableMat)

Initializes a new instance of the VectorOfMat class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public VectorOfMat(
	IEnumerable<Mat> mats
)

Parameters

mats
Type: System.Collections.GenericIEnumerableMat

[Missing <param name="mats"/> documentation for "M:OpenCvSharp.VectorOfMat.#ctor(System.Collections.Generic.IEnumerable{OpenCvSharp.Mat})"]

See Also