Click or drag to resize

VectorOfUMatPush Method (UMat)

http://www.emgu.com
Push multiple values into the standard vector

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Push(
	UMat[] values
)

Parameters

values
Type: Emgu.CVUMat
The values to be pushed to the vector
See Also