Click or drag to resize

InputArrayGetMat Method

http://www.emgu.com
Get the Mat from the input array

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat GetMat(
	int idx = -1
)

Parameters

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

Return Value

Type: Mat
The Mat
See Also