Click or drag to resize
InputArrayGetUMat Method
http://www.emgu.com
Get the UMat from the input array

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public UMat GetUMat(
	int idx = -1
)

Parameters

idx (Optional)
Type: SystemInt32
The index, in case if this is an VectorOfUMat

Return Value

Type: UMat
The UMat
See Also