AlgorithmSetMatVector Method OpenCvSharp Class Library
Sets the algorithm parameter

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

public void SetMatVector(
	string name,
	IEnumerable<Mat> value
)

Parameters

name
Type: SystemString
The parameter name.
value
Type: System.Collections.GenericIEnumerableMat
The parameter value.
See Also

Reference